module documentation

Undocumented

Function _get_tzinfo Get the tzinfo from `zoneinfo` or `pytz`
Function _get_tzinfo_from_file Undocumented
Function _get_tzinfo_or_raise Undocumented
def _get_tzinfo(tzenv: str): (source)

Get the tzinfo from `zoneinfo` or `pytz` :param tzenv: timezone in the form of Continent/City :return: tzinfo object or None if not found

def _get_tzinfo_from_file(tzfilename: str): (source)

Undocumented

def _get_tzinfo_or_raise(tzenv: str): (source)

Undocumented