in reply to Re^3: Why does localtime() return 1900-$YEAR?
in thread Why does localtime() return $YEAR-1900?

Dunno, but Perl has already addressed the y2038 bug. That's when the years would overflow even when subtracting 1900.
  • Comment on Re^4: Why does localtime() return 1900-$YEAR?