| Age | Commit message (Collapse) | Author |
|
This only happens if USE_TZ = False and pytz is installed (perhaps not
the most logical combination, but who am I to jugde?)
Refs #23714 which essentially fixed the same problem when USE_TZ = True.
Thanks Florian and Carl for insisting until I wrote a complete patch.
Backport of 1014ba026e879e56e0f265a8d9f54e6f39843348 from master
|
|
|
|
|
|
Windows cannot use a time zone other than the default time zone.
Thanks manfre for the report.
|
|
|
|
pytz' localize() method is the bane of my life.
|
|
Refs #17262.
|
|
Modified django.utils.dateformat module, moving __init__() method and
timezone-related format methods from DateFormat class to TimeFormat
base class. Modified timezone-related format methods to return an
empty string when timezone is inappropriate for input value.
|
|
One import per line please! Refs #20680.
|
|
|