projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7315c67
)
We are no longer bound by the limits of the tm struct.
author
Michael G. Schwern
<schwern@pobox.com>
Fri, 3 Oct 2008 20:04:53 +0000
(16:04 -0400)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Sat, 3 Jan 2009 17:39:05 +0000
(18:39 +0100)
t/op/time.t
patch
|
blob
|
history
diff --git
a/t/op/time.t
b/t/op/time.t
index
2b9be51
..
2e61eea
100755
(executable)
--- a/
t/op/time.t
+++ b/
t/op/time.t
@@
-81,7
+81,7
@@
ok(gmtime() =~ /^(Sun|Mon|Tue|Wed|Thu|Fri|Sat)[ ]
# Test gmtime over a range of times.
{
- # gm/localtime
is limited by the size of tm_year which might be as small as 16 bits
+ # gm/localtime
should go all the way from -2**63 to 2**63-1
my %tests = (
# time_t gmtime list scalar
-2**35 => [52, 13, 20, 7, 2, -1019, 5, 65, 0, "Fri Mar 7 20:13:52 881"],