On Monday, August 26, 2002, at 05:43 , FLAHERTY, JIM-CONT wrote:
> What perl module converts unix time to regular time and date ?
>
> Thanks
> Jim
perldoc -f localtime
vladimir: 76:] perl -e 'my @stuff=localtime ; print "@stuff\n";'
17 52 8 26 7 1
on Mon, 26 Aug 2002 12:43:17 GMT, [EMAIL PROTECTED] (Jim-Cont
Flaherty) wrote:
> What perl module converts unix time to regular time and date ?
If you mean with 'unix time' seconds since epoch, and with 'regular
time' year, month, day, hour, min and sec, you do
What perl module converts unix time to regular time and date ?
Thanks
Jim