From: activeperl-boun...@listserv.activestate.com
[mailto:activeperl-boun...@listserv.activestate.com] On Behalf Of
deane.rothenma...@walgreens.com
Sent: 08 October 2010 16:25
To: activeperl@listserv.ActiveState.com
Subject: timelocal question

> Just for my information...  the POD for Time::Local::localtime
specifies the "epoch" for UNIX as Midnight, Jan.1, 1970 GMT.  What's the
epoch for 
> Windoze? Is it the same? I can't seem to find this little gem
anywhere... 

You could always ask perl...

perl -MPOSIX=strftime -e "print strftime(qq{%Y-%m-%d %H:%M:%S\n},
localtime(0))"

HTH

-- 
Brian Raven 
 
Please consider the environment before printing this e-mail.

This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient or have received this e-mail in error, please advise 
the sender immediately by reply e-mail and delete this message and any 
attachments without retaining a copy.

Any unauthorised copying, disclosure or distribution of the material in this 
e-mail is strictly forbidden.
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to