summary refs log blame commit diff
path: root/pkgs/development/perl-modules/timedate-2020.patch
blob: ea4d8307f03a5332ee2e972dc05208073dfaec54 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                   
Index: TimeDate-2.30/t/getdate.t
===================================================================
--- TimeDate-2.30.orig/t/getdate.t
+++ TimeDate-2.30/t/getdate.t
@@ -156,7 +156,7 @@ Jul 22 10:00:00 UTC 2002         ;102733200
 !;
 
 require Time::Local;
-my $offset = Time::Local::timegm(0,0,0,1,0,70);
+my $offset = Time::Local::timegm(0,0,0,1,0,1970);
 
 @data = split(/\n/, $data);