Opened 8 years ago
Last modified 3 years ago
#27451 closed Bug
syndication feed may crash with AmbiguousTimeError — at Version 1
Reported by: | Markus Holtermann | Owned by: | nobody |
---|---|---|---|
Component: | contrib.syndication | Version: | 1.10 |
Severity: | Normal | Keywords: | |
Cc: | Carlton Gibson | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Having 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.
https://sentry.io/share/issue/33303436382e313737363032343732/
Change History (1)
comment:1 by , 8 years ago
Description: | modified (diff) |
---|---|
Summary: | AmbiuousTimeError in syndication feed → syndication feed may crash with AmbiguousTimeError |
Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.
I'm not sure what the proper resolution is. Perhaps providing a value for the
is_dst
argument ofmake_aware()
, but what value to use?