Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
MySQLdb
/
__pycache__
[ HOME ]
Exec
Submit
times.cpython-312.pyc
� ���g� � � � d Z ddlmZ ddlmZmZmZmZ ddlmZ eZeZ eZ eZeZeZ d� Zd� Zd� ZexZZd� Zd � Zd � Zd� Zd� Zd � Zd� Zd� Zy)z�times module This module provides some Date and Time classes for dealing with MySQL data. Use Python datetime module to handle date and time columns. � )� localtime)�date�datetime�time� timedelta)�string_literalc �* � t t | � dd � S )z(Convert UNIX ticks into a date instance.N� )r r ��tickss �>/opt/hc_python/lib64/python3.12/site-packages/MySQLdb/times.py� DateFromTicksr s � ���5�!�"�1�%�&�&� c �* � t t | � dd � S )z(Convert UNIX ticks into a time instance.r � )r r r s r � TimeFromTicksr s � ���5�!�!�A�&�'�'r c �* � t t | � dd � S )z,Convert UNIX ticks into a datetime instance.Nr )r r r s r �TimestampFromTicksr s � ��Y�u�%�b�q�)�*�*r c �� � t | j � dz }t | j dz � dz }t | j dz � dz }d| j |||fz S )N�<