class documentation

Context manager that temporarily sets the `TZ` variable (for use on *nix-like systems). Because the effect is local to the shell anyway, this will apply *unless* a guard is set. If you do not want the TZ environment variable set, you may set the ``DATEUTIL_MAY_NOT_CHANGE_TZ_VAR`` variable to a truthy value.

Method get_current_tz Undocumented
Method set_current_tz Undocumented
Class Variable _guard_allows_change Undocumented
Class Variable _guard_var_name Undocumented

Inherited from TZContextBase:

Class Method tz_change_allowed Class method used to query whether or not this class allows time zone changes.
Class Method tz_change_disallowed_message Generate instructions on how to allow tz changes
Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Instance Variable tzval Undocumented
Instance Variable _old_tz Undocumented
def get_current_tz(self): (source)
def set_current_tz(self, tzval): (source)