U
    \ªSh  ã                   @   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 ejdœdd„Zz
eƒ ZW n ek
rˆ   eƒ ZY nX dS )	zã
    babel.localtime
    ~~~~~~~~~~~~~~~

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

    :copyright: (c) 2013-2025 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 )zµReturns 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   úK/root/rtd-docs/venv/lib/python3.8/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   
	
