31 lines
899 B
Diff
31 lines
899 B
Diff
From 21b0250cdbf98ad01f6d5a447d99f10adaad9ac7 Mon Sep 17 00:00:00 2001
|
|
From: Nicolas R <cpan@atoomic.org>
|
|
Date: Thu, 5 Aug 2021 16:13:07 -0600
|
|
Subject: [PATCH] Remove limitation from Date::Parse
|
|
|
|
Fix #43
|
|
---
|
|
lib/Date/Parse.pm | 6 ------
|
|
1 files changed, 6 deletions(-)
|
|
|
|
diff --git a/lib/Date/Parse.pm b/lib/Date/Parse.pm
|
|
index afdcc1c..a5dc0fb 100644
|
|
--- a/lib/Date/Parse.pm
|
|
+++ b/lib/Date/Parse.pm
|
|
@@ -354,12 +354,6 @@ Below is a sample list of dates that are known to be parsable with Date::Parse
|
|
1999 10:02:18 "GMT"
|
|
16 Nov 94 22:28:20 PST
|
|
|
|
-=head1 LIMITATION
|
|
-
|
|
-Date::Parse uses L<Time::Local> internally, so is limited to only parsing dates
|
|
-which result in valid values for Time::Local::timelocal. This generally means dates
|
|
-between 1901-12-17 00:00:00 GMT and 2038-01-16 23:59:59 GMT
|
|
-
|
|
=head1 BUGS
|
|
|
|
When both the month and the date are specified in the date as numbers
|
|
--
|
|
2.27.0
|
|
|