I need to work with epoch time past the year 2038. 

my $time = gmtime(2147483647 + 1);
print $time;

any ideas?

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

Reply via email to