Changes between Initial Version and Version 1 of Ticket #27451


Ignore:
Timestamp:
Nov 7, 2016, 5:59:24 PM (7 years ago)
Author:
Tim Graham
Comment:

I'm not sure what the proper resolution is. Perhaps providing a value for the is_dst argument of make_aware(), but what value to use?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27451

    • Property Triage Stage UnreviewedAccepted
    • Property Summary AmbiuousTimeError in syndication feedsyndication feed may crash with AmbiguousTimeError
  • Ticket #27451 – Description

    initial v1  
    1 Having a naive time in DST and turning it into a STD results in an `AmbiuousTimeError` in `django/contrib/syndication/views.py` for `pubdate`, `updatedate` and possibly others.
     1Having a naive time in DST and turning it into a STD results in an `AmbiguousTimeError` in `django/contrib/syndication/views.py` for `pubdate`, `updatedate` and possibly others.
    22
    33https://sentry.io/share/issue/33303436382e313737363032343732/
Back to Top