Part of twisted.protocols.amp View Source View In Hierarchy
Represents a fixed timezone offset (without daylight saving time).
| Instance Variable | name | A str giving the name of this timezone; the name just includes
how much time this offset represents. |
| Instance Variable | offset | A datetime.timedelta giving the amount of time this timezone
is offset. |
| Method | __init__ | Undocumented |
| Method | utcoffset | Return this timezone's offset from UTC. |
| Method | dst | Return a zero datetime.timedelta for the daylight saving
time offset, since there is never one. |
| Method | tzname | Return a string describing this timezone. |
str giving the name of this timezone; the name just includes
how much time this offset represents.
Return a zero datetime.timedelta for the daylight saving
time offset, since there is never one.