tos has asked for the wisdom of the Perl Monks concerning the following question:
Thought cygwin shows this time, too ...# aperl -we 'use Time::localtime;print ctime()' Wed Apr 21 17:11:38 2004
perl 5.8 doesn't but prints (presumably) the gmtime instead.# date Wed Apr 21 17:11:42 2004
What's to do for sychronizing ? Thanks in advance and regards, tos at cologne/rhine/GMT+01:00# perl -we 'use Time::localtime;print ctime()' Wed Apr 21 15:11:45 2004
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: perl 5.8 shows wrong timestamp on cygwin
by xorl (Deacon) on Apr 21, 2004 at 15:53 UTC | |
by tos (Deacon) on Apr 21, 2004 at 18:25 UTC | |
Re: perl 5.8 shows wrong timestamp on cygwin
by ysth (Canon) on Apr 21, 2004 at 16:33 UTC |