Module zut.tz
Parse and convert timezones.
Functions
|
|
|
|
|
|
|
Make a naive datetime aware in the given timezone (use tz='local' for the system local timezone or tz='utc' for UTC). |
|
Make an aware datetime naive in the given timezone (use tz='local' for the system local timezone or tz='utc' for UTC). |
|
Get the current aware datetime in the given timezone (use tz='local' for the system local timezone or tz='utc' for UTC). |
|
Get the current naive datetime in the given timezone (use tz='local' for the system local timezone or tz='utc' for UTC). |
|