| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-07 | Fixed #27138 -- Restored pre-Python 3.6 behavior of localtime() and ↵ | Joachim Jablon | |
| make_naive() on Python 3.6. Reverted test changes in a7a7ecd2b026c61a39a46d2d7eced0e06a92c970 and e43ea36b7681e43ea99505a2cf7550d4d36016b3 (refs #27025). | |||
| 2016-11-01 | Completed django.utils.timezone test coverage. | Tim Graham | |
| 2016-10-27 | Fixed #27327 -- Simplified time zone handling by requiring pytz. | Tim Graham | |
| 2016-09-17 | Refs #27025 -- Fixed a timezone test for Python 3.6. | Tim Graham | |
| Reflects behavior changes in PEP 495 (Local Time Disambiguation). | |||
| 2016-08-31 | Fixed #25181 -- Added localdate() function to get date in a different time zone. | Jon Dufresne | |
| Thanks Konrad Świat for the original patch. | |||
| 2016-08-16 | Replaced 'raise SkipTest' with self.skipTest() in a few tests. | Tim Graham | |
| 2016-08-09 | Refs #27025 -- Fixed a couple timezone tests for Python 3.6. | Tim Graham | |
| Reflects behavior changes in PEP 495 (Local Time Disambiguation). | |||
| 2015-09-12 | Fixed #23395 -- Limited line lengths to 119 characters. | Dražen Odobašić | |
| 2015-05-17 | Factored skip condition when pytz isn't installed. | Aymeric Augustin | |
| 2015-04-24 | Fixed #22598 -- Allowed make_aware() to work with ambiguous datetime | Josh Smeaton | |
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham | |
| 2014-08-31 | Fixed #23388 -- Made django.utils.timezone.override usable as a decorator | Thomas Chaumeny | |
| 2014-05-17 | Fixed several flake8 errors, including one where a test wouldn't be run | Alex Gaynor | |
| 2014-05-16 | Optimized make_aware/naive by removing redundant checks. Refs #22625. | Aymeric Augustin | |
| Also added tests with pytz and removed misplaced tests. | |||
| 2014-05-16 | Fixed #22625 -- Normalized make_aware/naive errors. | Aymeric Augustin | |
| Also added tests for is/make_aware/naive. Thanks Tom Michaelis for the report. | |||
| 2013-12-23 | Imported override_settings from its new location. | Aymeric Augustin | |
| 2013-11-02 | Fixed #21302 -- Fixed unused imports and import *. | Tim Graham | |
| 2013-09-09 | Fixed #17262 -- Refactored tzinfo implementations. | Aymeric Augustin | |
| This commit deprecates django.utils.tzinfo in favor of the more recent django.utils.timezone which was introduced when Django gained support for time zones. | |||
| 2013-09-08 | Further hardening. Refs #18766. | Aymeric Augustin | |
| 2013-09-08 | Hardened the test introduced in ded11aa6. Refs #18766. | Aymeric Augustin | |
| Inputs acceptable to time.mktime are platform-dependent. | |||
| 2013-09-08 | Fixed #18766 -- Pointed to pytz when LocalTimezone fails. | Aymeric Augustin | |
| Thanks void for the report. | |||
| 2013-07-01 | Stopped using django.utils.unittest in the test suite. | Aymeric Augustin | |
| Refs #20680. | |||
| 2013-04-12 | Modified utils_tests for unittest2 discovery. | Preston Timmons | |
