A | |
| add [Period.S] |
Addition of periods.
|
C | |
| change [Time_Zone] |
Change the current time zone by another one.
|
| compare [Period.S] |
Comparison function between two periods.
|
| current [Time_Zone] |
Return the current time zone.
|
E | |
| empty [Period.S] |
The empty period.
|
| equal [Period.S] |
Equality function between two periods.
|
F | |
| from_gmt [Time_Zone] | from_gmt () is equivalent to gap UTC (current ()).
|
G | |
| gap [Time_Zone] |
Return the gap between two time zone.
|
H | |
| hour_of_dst [Time_Zone] | hour_of_dst () returns 1 if is_dst () and 0 otherwise.
|
I | |
| is_dst [Time_Zone] | is_dst () checks if daylight saving time is in effect.
|
O | |
| opp [Period.S] |
Opposite of a period.
|
S | |
| sub [Period.S] |
Substraction of periods.
|
T | |
| to_gmt [Time_Zone] | to_gmt () is equivalent to gap (current ()) UTC.
|