How can I reverse this ? ( Convert date/time format to UNIX timestamp )
Thanks! Jason.
Hall, Scott wrote:
Mickalo,
perldoc -f localtime perldoc -f gmtime
perl -e 'print scalar localtime (1064616515), "\n"'Fri Sep 26 18:48:35 2003
Scott
-----Original Message----- From: Mike Blezien [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 10:08 AM To: [EMAIL PROTECTED] Subject: convert UNIX timestamp
Hello,
how can one convert a unix timestamp to a readable date/time format. I know
there's a module to do this, but don't recall which one is used. IE. convert
the unix timestamp: 1064616515
thx's Mickalo =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet Solutions that work! http://www.thunder-rain.com =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]