Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/tzlocal/__pycache__/utils.cpython-39.pyc
Ðазад
a ^�h� � @ sx d dl Z d dlZd dlZd dlZd dlZd dlZd dlZd dlmZ e� d�Z dd� Zd dd�Zdd d �Z ddd�ZdS )� N)� windows_tz�tzlocalc C s t tj�| ��� �� �S )zCGet timezone's offset using built-in function datetime.utcoffset().)�int�datetime�now� utcoffset� total_seconds)�tz� r �}/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/tzlocal/utils.py� get_tz_offset s r Tc C s` t | �}t�t�� �t�t�� � }t|| �dkr\d|� d|� d�}|rRt|��t� |� dS )aJ Assert that system's timezone offset equals to the timezone offset found. If they don't match, we probably have a misconfiguration, for example, an incorrect timezone set in /etc/timezone file in systemd distributions. If error is True, this method will raise a ValueError, otherwise it will emit a warning. �<