Changes between Initial Version and Version 1 of Ticket #18766, comment 4
- Timestamp:
- Aug 20, 2012, 2:38:28 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18766, comment 4
initial v1 3 3 Could you try installing `pytz` (as strongly recommeded by the docs)? If that fixes the problem, I'd lean towards a documentation fix rather than extending the huge hack that is `LocalTimezone`. 4 4 5 (I know that it works for me, I'd like to know if it works for you.) 6 5 7 Note that dates after 2038 are handled by returning incorrect data rather than crashing. I deeply dislike that, but I can't change it easily, for backwards-compatibility reasons.