Module zut.timezone
Functions
|
|
|
Make a datetime aware in the given timezone (use tz=None or tz='localtime' for the system local timezone or tz='UTC' for UTC). |
|
Make a datetime naive and expressed in the given timezone (use tz=None or tz='localtime' for the system local timezone or tz='UTC' for UTC). |
|
Get the current aware datetime in the given timezone (use tz=None or tz='localtime' for the system local timezone or tz='UTC' for UTC). |
|
Get the current naive datetime in the given timezone (use tz=None or tz='localtime' for the system local timezone or tz='UTC' for UTC). |
|