a
    :¤Xh  ã                   @   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y†   eƒ ZY n0 dS )	zã
    babel.localtime
    ~~~~~~~~~~~~~~~

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

    :copyright: (c) 2013-2024 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   ú]/var/www/viveiro_mudafortebrasil/venv/lib/python3.9/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   
	
