Changes between Initial Version and Version 1 of Ticket #23714
- Timestamp:
- Oct 25, 2014, 8:49:14 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23714 – Description
initial v1 1 When an exception, that would normally - with `DEBUG=True` - be displayed in the detailed 500 page, occurs during the DST/no-DST ambiguous hour of the geographical area that is set as TIMEZONE, the handler crashes with `AmbiguousTimeError`. This seriously limits the ability of many developers to develop and Django applications for a time span of 1/8760 of the year. This is unacceptable! ^^1 When an exception, that would normally - with `DEBUG=True` - be displayed in the detailed 500 page, occurs during the DST/no-DST ambiguous hour of the geographical area that is set as TIMEZONE, the handler crashes with `AmbiguousTimeError`. This seriously limits the ability of many developers to develop and Django applications for a time span of 1/8760 of the year. This is unacceptable! ;) 2 2 3 3 {{{