Helmut Zeilinger wrote: > Hi, > > you can also use various Data and Time related perl modules to get a > nicer formatting, for > example:
or good old fashioned POSIX functions.
use POSIX;
print strftime("%y-%m-%d %H/%M/%S", gmtime(time));
--
Ian Cass
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
