File: //opt/alt/python37/lib64/python3.7/site-packages/psycopg2/__pycache__/tz.cpython-37.pyc
B
*��]8 � @ s� d Z ddlZddlZe�d�ZG dd� dej�Zejej d�Zej rXejej
d�ZneZee ZG dd� dej�Z
e
� ZdS )z�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.
� Nc s` e Zd ZdZdZeZi Zddd�Zd� fdd� Z dd� Z
d d
� Zdd� Zd
d� Z
dd� Z� ZS )�FixedOffsetTimezonea8 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.
.. __: https://docs.python.org/library/datetime.html
Nc C s( |d k rt j|d�| _|d k r$|| _d S )N)�minutes)�datetime� timedelta�_offset�_name)�self�offset�name� r �>/opt/alt/python37/lib64/python3.7/site-packages/psycopg2/tz.py�__init__6 s zFixedOffsetTimezone.__init__c sJ ||f}y
| j | S tk
rD tt| ��| ||�}|| j |<