summaryrefslogtreecommitdiff
path: root/django/utils/timezone.py
AgeCommit message (Expand)Author
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-08-30Fixed #32992 -- Restored offset extraction for fixed offset timezones.Carlton Gibson
2021-05-12Fixed #32366 -- Updated datetime module usage to recommended approach.Nick Pope
2021-01-19Refs #32365 -- Allowed use of non-pytz timezone implementations.Paul Ganssle
2019-09-10Refs #29546 -- Removed django.utils.timezone.FixedOffset per deprecation time...Mariusz Felisiak
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-07-09Fixed #29546 -- Deprecated django.utils.timezone.FixedOffset.Sergey Fedoseev
2018-06-28Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz.utc for ...Tim Graham
2018-03-20Used datetime.timezone.utc instead of pytz.utc for better performance.Sergey Fedoseev
2018-03-03Refs #17476 -- Removed obsolete simplification of timezone names in cache key...Sergey Fedoseev
2017-10-24Fixed #28739 -- Fixed get_fixed_timezone() for negative timedeltas.medmunds
2017-06-20Fixed #28323 -- Removed unneeded normalize() in timezone.localtime() and make...Tim Graham
2017-02-11Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.Anton Samarchyan
2017-01-19Refs #23919 -- Removed usage of django.utils.decorators.ContextDecorator.Chillar Anand
2017-01-18Refs #23919 -- Stopped using django.utils.lru_cache().Aymeric Augustin
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-11-07Fixed #27138 -- Restored pre-Python 3.6 behavior of localtime() and make_naiv...Joachim Jablon
2016-10-27Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham
2016-08-31Fixed #25181 -- Added localdate() function to get date in a different time zone.Jon Dufresne
2016-04-04Fixed W503 flake8 warnings.Tim Graham
2015-12-03Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions.Raphaƫl Hertzog
2015-05-02Simplified the implementation of timezone.is_aware/naive.Aymeric Augustin
2015-04-24Fixed #22598 -- Allowed make_aware() to work with ambiguous datetimeJosh Smeaton
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-11-19Simplified caching of get_default_timezone().Aymeric Augustin
2014-10-20Fixed #23668 -- Changed make_aware() and make_naive() to use the current time...Jon Dufresne
2014-08-31Fixed #23388 -- Made django.utils.timezone.override usable as a decoratorThomas Chaumeny
2014-08-28Fixed #23381 -- Context manager restored state should be determined in __enter__Thomas Chaumeny
2014-05-17Fixed several flake8 errors, including one where a test wouldn't be runAlex Gaynor
2014-05-16Optimized make_aware/naive by removing redundant checks. Refs #22625.Aymeric Augustin
2014-05-16Fixed #22625 -- Normalized make_aware/naive errors.Aymeric Augustin
2014-01-26Fixed #21880 -- Added missing items to django.utils.timezone.__all__.Aymeric Augustin
2013-11-02Correct flake8 E302 violationsRay Ashman Jr
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-09-09Fixed #17262 -- Refactored tzinfo implementations.Aymeric Augustin
2013-09-08Fixed #18766 -- Pointed to pytz when LocalTimezone fails.Aymeric Augustin
2013-02-11Accepted None in tzname().Aymeric Augustin
2013-01-31Fixed #19708 -- Exception in timezone.override(None).Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-04-29Simplified timezones tests with settings_changed.Aymeric Augustin
2012-04-29Fixed #17992 -- Added a public API for localtime.Aymeric Augustin
2012-03-03Made django.utils.timezone.localtime a private API -- it's too specific to th...Aymeric Augustin
2012-02-26Fixed #17715 -- Updated the tutorial for time zone support, plus a few other ...Aymeric Augustin
2012-01-02Fixed a stupid bug in the implementation of timezone.make_aware.Aymeric Augustin
2011-12-23Fixed django.utils.timezone.__all__ to include correct function names.Jannis Leidel
2011-11-25Fixed #17294 -- Supported nullable DateTimeFields when time zone support is e...Aymeric Augustin
2011-11-21Fixed #17274 -- Accepted TIME_ZONE = None when USE_TZ = True. Thanks pressure...Aymeric Augustin
2011-11-18Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...Jannis Leidel