Package flumotion :: Package common :: Module tz
[hide private]

Module tz

source code

Classes [hide private]
DSTTimezone
A tzinfo class representing a DST timezone
FixedOffsetTimezone
Fixed offset in hours from UTC.
LocalTimezone
A tzinfo class representing the system's idea of the local timezone
UTCTimezone
A tzinfo class representing UTC
Functions [hide private]
 
gettz(tzid)
Gets the right timezone from the environment or the given string
source code
Variables [hide private]
  HAS_DATEUTIL = False
  LOCAL = LocalTimezone()
  UTC = UTCTimezone()
  __package__ = 'flumotion.common'