summaryrefslogtreecommitdiff
path: root/lib/timelocal.pl
diff options
context:
space:
mode:
authorLarry Wall <larry@netlabs.com>1993-11-10 00:00:00 +0000
committerLarry Wall <larry@netlabs.com>1993-11-10 00:00:00 +0000
commit463ee0b2acbd047c27e8b5393cdd8398881824c5 (patch)
treeae17d9179fc861ae5fc5a86da9139631530cb6fe /lib/timelocal.pl
parent93a17b20b6d176db3f04f51a63b0a781e5ffd11c (diff)
downloadperl-463ee0b2acbd047c27e8b5393cdd8398881824c5.tar.gz
perl 5.0 alpha 4
[editor's note: the sparc executables have not been included, and emacs backup files have been removed. This was reconstructed from a tarball found on the September 1994 InfoMagic CD; the date of this is approximate]
Diffstat (limited to 'lib/timelocal.pl')
-rw-r--r--lib/timelocal.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/timelocal.pl b/lib/timelocal.pl
index 95b47e1ef9..c5d8a92920 100644
--- a/lib/timelocal.pl
+++ b/lib/timelocal.pl
@@ -37,6 +37,7 @@ CONFIG: {
$HR = 60 * $MIN;
$DAYS = 24 * $HR;
$YearFix = ((gmtime(946684800))[5] == 100) ? 100 : 0;
+ 1;
}
sub timegm {