Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/ftp/mirror/files/patch-dateconv.pl
18157 views
1
--- dateconv.pl.orig 1998-05-29 12:04:32.000000000 -0700
2
+++ dateconv.pl 2012-12-11 06:16:24.592709834 -0800
3
@@ -47,7 +47,8 @@
4
}
5
6
7
-require 'timelocal.pl';
8
+# require 'timelocal.pl';
9
+use Time::Local qw(timelocal timegm);
10
package dateconv;
11
12
# Use timelocal rather than gmtime.
13
14