Commit a14ffc2b authored by 's avatar

Added a tz alias for 'aus eastern standard time'.

parent d709f4b3
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
############################################################################## ##############################################################################
"""Encapsulation of date/time values""" """Encapsulation of date/time values"""
__version__='$Revision: 1.28 $'[11:-2] __version__='$Revision: 1.29 $'[11:-2]
import sys,os,regex,DateTimeZone import sys,os,regex,DateTimeZone
...@@ -184,6 +184,7 @@ class _cache: ...@@ -184,6 +184,7 @@ class _cache:
_zmap={'aest':'GMT+1000', 'aedt':'GMT+1100', _zmap={'aest':'GMT+1000', 'aedt':'GMT+1100',
'aus eastern standard time':'GMT+1000',
'brazil/acre':'Brazil/Acre', 'brazil/acre':'Brazil/Acre',
'brazil/denoronha':'Brazil/Denoronha', 'brazil/denoronha':'Brazil/Denoronha',
'brazil/east':'Brazil/East','brazil/west':'Brazil/West', 'brazil/east':'Brazil/East','brazil/west':'Brazil/West',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment