Specifies one of the timezones of a specific locale.
The attributes of this class are not inherited, since all timezone information is always provided together.
Example:
>>> tz = LocaleTimeZone('Europe/Berlin') >>> tz.cities = ['Berlin'] >>> tz.names = {'standard': ('Mitteleuropaeische Zeit', 'MEZ'), ... 'daylight': ('Mitteleuropaeische Sommerzeit', 'MESZ')} >>> tz.type 'Europe/Berlin' >>> tz.cities ['Berlin']
There are no attributes in this class.
There are no methods in this class.
There are no known subclasses.