in reply to Maximum localtime value in Perl

The maximum ((update) signed) 32-bit int is 2,147,483,647 == (2^31)-1 .

If you notice - this is the value of the "year" produced in #1.

This value corresponds to 0x7FFFFFFF.

IMHO, localtime should create an "integer Overflow" type exception beyond this value, or start using 64-bit ints.

                Memory fault   --   brain fried