perlPackages.TimeDate: use fetchpatch instead of storing the patch

This commit is contained in:
Bas van Dijk
2020-01-29 12:29:43 +01:00
parent 28f2dcc8b7
commit e5274c97cc
2 changed files with 7 additions and 14 deletions
@@ -1,12 +0,0 @@
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);