in reply to Re^2: 2013 year compliant (humor)
in thread 2013 year complaint

Unless I'm missing something, it's fine today, if you have enough bits.

$ perl -wle"print scalar gmtime 0x7FFFFFFF" Tue Jan 19 03:14:07 2038 $ perl -wle"print scalar gmtime 0x80000000" Tue Jan 19 03:14:08 2038 $ perl -v This is perl, v5.10.0 built for x86_64-linux

Replies are listed 'Best First'.
Re^4: 2013 year compliant (humor)
by ikegami (Patriarch) on Apr 13, 2009 at 19:19 UTC
    It currently depends on the system and build.