summaryrefslogtreecommitdiff
path: root/tests/timezones
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2018-07-10 01:33:36 +0500
committerTim Graham <timograham@gmail.com>2018-07-09 16:33:36 -0400
commit338f741c5eb6b91118f6a6b7c34b5e9b47a5661d (patch)
tree59aec697df420724fe2af579489e5a5bac6f22e2 /tests/timezones
parent8b1d361f28c80cb0fa84a3714d711174bd25cdfa (diff)
downloaddjango-338f741c5eb6b91118f6a6b7c34b5e9b47a5661d.tar.gz
Fixed #29546 -- Deprecated django.utils.timezone.FixedOffset.
Diffstat (limited to 'tests/timezones')
-rw-r--r--tests/timezones/tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/timezones/tests.py b/tests/timezones/tests.py
index 3f7f70c7fb..8b9069f7d6 100644
--- a/tests/timezones/tests.py
+++ b/tests/timezones/tests.py
@@ -35,7 +35,8 @@ from .models import (
# These tests use the EAT (Eastern Africa Time) and ICT (Indochina Time)
# who don't have Daylight Saving Time, so we can represent them easily
-# with FixedOffset, and use them directly as tzinfo in the constructors.
+# with fixed offset timezones and use them directly as tzinfo in the
+# constructors.
# settings.TIME_ZONE is forced to EAT. Most tests use a variant of
# datetime.datetime(2011, 9, 1, 13, 20, 30), which translates to