summaryrefslogtreecommitdiff
path: root/babel/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'babel/util.py')
-rw-r--r--babel/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/babel/util.py b/babel/util.py
index a5403e6..100e37d 100644
--- a/babel/util.py
+++ b/babel/util.py
@@ -255,10 +255,10 @@ class FixedOffsetTimezone(datetime.tzinfo):
# Export the localtime functionality here because that's
# where it was in the past.
+# TODO(3.0): remove these aliases
UTC = dates.UTC
LOCALTZ = dates.LOCALTZ
get_localzone = localtime.get_localzone
-
STDOFFSET = localtime.STDOFFSET
DSTOFFSET = localtime.DSTOFFSET
DSTDIFF = localtime.DSTDIFF