Remove change to default date, reverting it to year 101

This commit is contained in:
Charles Haley 2010-07-11 17:16:03 +01:00
parent abdee7d012
commit 924b8a3b3e

View File

@ -44,7 +44,7 @@ parse_date_day_first = compute_locale_info_for_parse_date()
utc_tz = _utc_tz = tzutc()
local_tz = _local_tz = SafeLocalTimeZone()
UNDEFINED_DATE = datetime(1000,1,1, tzinfo=utc_tz)
UNDEFINED_DATE = datetime(101,1,1, tzinfo=utc_tz)
def parse_date(date_string, assume_utc=False, as_utc=True, default=None):
'''