kiramind has asked for the wisdom of the Perl Monks concerning the following question:
I am a little curious as why is this value the biggest one accepted. Do some monks have this knowledge ?> perl -E 'say "#1> ".localtime(67767976233316804); say "#2> ".localti +me(67767976233316805); ' #1> Sun Dec 29 21:00:00 2147483647 #2>
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Maximum localtime value in Perl
by NetWallah (Canon) on May 08, 2018 at 03:49 UTC | |
Re: Maximum localtime value in Perl
by mxb (Pilgrim) on May 08, 2018 at 08:31 UTC | |
Re: Maximum localtime value in Perl
by thomas895 (Deacon) on May 08, 2018 at 02:22 UTC | |
by kiramind (Initiate) on May 09, 2018 at 02:56 UTC | |
Re: Maximum localtime value in Perl
by choroba (Cardinal) on May 09, 2018 at 06:47 UTC | |
by shmem (Chancellor) on May 09, 2018 at 21:52 UTC | |
by Your Mother (Archbishop) on May 09, 2018 at 23:58 UTC | |
by Anonymous Monk on May 09, 2018 at 21:16 UTC |