Zeus Odin wrote:
> ...
> # localtime cannot handle year 1903, but timelocal can

Short answer is that the epoch started in 1970, so 1903 is "out of range"
for the purposes of localtime().

Don't use epoch seconds for storing historical dates like birth dates, etc.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to