_isdst crashes with big dates on x86
Bug #1170375 reported by
Dzmitry Dzemidzenka
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dateutil |
New
|
Undecided
|
Unassigned |
Bug Description
timestamp = ((dt.toordinal() - EPOCHORDINAL) * 86400
return time.localtime(
The code above is failing because of the overflow on 32bit systems for dates like '2049-06-
ValueError(
description: | updated |
To post a comment you must log in.