| Server IP : 127.0.1.1 / Your IP : 216.73.216.17 Web Server : Apache/2.4.58 (Ubuntu) System : Linux dalsi.io 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/MySQLdb/__pycache__/ |
Upload File : |
�
N�=\�
� � � 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 �//usr/lib/python3/dist-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�<