Mike Blezien <[EMAIL PROTECTED]> wrote:

> 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

perl -e "print scalar localtime()"

HTH

-JW


__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to