o
    e                     @   s   d Z ddlZddlZejdkrddlmZ nddlmZ ddlmZm	Z	m
Z
mZmZ dejfddZze ZW dS  eyE   e ZY dS w )	z
    babel.localtime
    ~~~~~~~~~~~~~~~

    Babel specific fork of tzlocal to determine the local timezone
    of the system.

    :copyright: (c) 2013-2023 by the Babel Team.
    :license: BSD, see LICENSE for more details.
    Nwin32_get_localzone)DSTDIFF	DSTOFFSET	STDOFFSETZERO_FallbackLocalTimezonereturnc                   C   s   t  S )zReturns the current underlying local timezone object.
    Generally this function does not need to be used, it's a
    better idea to use the :data:`LOCALTZ` singleton instead.
    r    r   r   HD:\Projects\ConvertPro\env\Lib\site-packages\babel/localtime/__init__.pyget_localzone    s   r   )__doc__datetimesysplatformZbabel.localtime._win32r   Zbabel.localtime._unixZbabel.localtime._fallbackr   r   r   r   r	   tzinfor   ZLOCALTZLookupErrorr   r   r   r   <module>   s    
	