in reply to Re: perl 5.8 shows wrong timestamp on cygwin
in thread perl 5.8 shows wrong timestamp on cygwin
Thanks for your hint. Regards, tos
p.s.: no risk, but fun ...
works fine
# date Thu Apr 22 07:38:57 2004 # perl -we 'use POSIX "tzset";tzset();use Time::localtime;print ctime( +)' Thu Apr 22 07:38:59 2004
|
---|