class documentation

Context manager for changing local time zone on Windows. Because the effect of this is system-wide and global, it may have unintended side effect. Set the ``DATEUTIL_MAY_CHANGE_TZ`` environment variable to a truthy value before using this context manager.

Method get_current_tz Undocumented
Method set_current_tz 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
Class Variable _guard_allows_change Undocumented
Class Variable _guard_var_name Undocumented
Instance Variable _old_tz Undocumented
def get_current_tz(self): (source)
def set_current_tz(self, tzname): (source)