Re: perl timestamps

2001-09-06 Thread Stas Bekman
On Wed, 5 Sep 2001, will trillich wrote: i didn't run into this until munging code via mod_perl and postgresql, so i figured this was a good place to ask a perl-generic question--if not, please point the way: come'n will, you know that this is not a place to ask generic Perl questions.

perl timestamps

2001-09-05 Thread will trillich
i didn't run into this until munging code via mod_perl and postgresql, so i figured this was a good place to ask a perl-generic question--if not, please point the way: print scalar localtime -123456789; Tue Feb 1 20:26:51 1966 print scalar localtime -1234567890;