Scott M. Mcdermott

UNIX Systems & Network Administrator
available for contract or salaried positions

timefmt_to_touchfmt

#
# the `touch' fmt is just the same as `timefmt' but a period
# separates the seconds value from the rest of the time

require freturn

timefmt_to_touchfmt ()
{
        freturn ${1:0:12}.${1:12:2}
}
# vim:syn=sh:ft=sh