Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
3
6ÈcY’Å ã @ sØ d Z ddlZddlZddlZddlZddlZddlZddlmZ ddl m
Z
mZmZ ddl m
Z
mZ ddl mZ yddlmZmZ W n ek
r d ZZY nX ejdƒZejjdƒZejƒ ZG d d
„ d
ejƒZG dd„ dejƒZG d
d„ deƒZG dd„ deƒZG dd„ deƒZ G dd„ deƒZ!G dd„ de
ƒZ"G dd„ de"ƒZ#G dd„ deƒZ$G dd„ deƒZ%G dd„ deƒZ&ej'dk�r–d d!gZ(d"d#d$d%gZ)ng Z(g Z)d0d&d'„Z*d1d(d)„Z+d2d*d+„Z,d,d-„ Z-G d.d/„ d/eƒZ.dS )3a{
This module offers timezone implementations subclassing the abstract
:py:`datetime.tzinfo` type. There are classes to handle tzfile format files
(usually are in :file:`/etc/localtime`, :file:`/usr/share/zoneinfo`, etc), TZ
environment string (in all known formats), given ranges (with help from
relative deltas), local machine timezone, fixed offset timezone, and UTC
timezone.
é N)Ústring_typesé )Útzname_in_python2Ú_tzinfoÚ_total_seconds)ÚtzrangebaseÚenfold)Ú_validate_fromutc_inputs)ÚtzwinÚ
tzwinlocalc @ sb e Zd ZdZdd„ Zdd„ Zedd„ ƒZdd „ Ze d
d„ ƒZ
dd
„ ZdZdd„ Z
dd„ ZejZdS )ÚtzutczD
This is a tzinfo object that represents the UTC time zone.
c C s t S )N)ÚZERO)ÚselfÚdt© r ú/usr/lib/python3.6/tz.pyÚ utcoffset$ s ztzutc.utcoffsetc C s t S )N)r
)r r r r r Údst' s z tzutc.dstc C s dS )NÚUTCr )r r r r r Útzname* s ztzutc.tznamec C s dS )a6
Whether or not the "wall time" of a given datetime is ambiguous in this
zone.
:param dt:
A :py:class:`datetime.datetime`, naive or time zone aware.
:return:
Returns ``True`` if ambiguous, ``False`` otherwise.
.. versionadded:: 2.6.0
Fr )r r r r r Úis_ambiguous. s ztzutc.is_ambiguousc C s |S )z�
Fast track version of fromutc() returns the original ``dt`` object for
any valid :py:class:`datetime.datetime` object.
r )r r r r r Úfromutc> s z
tzutc.fromutcc C s0 t |ttfƒstS t |tƒp.t |tƒo.|jtkS )N)Ú
isinstancer ÚtzoffsetÚNotImplementedÚ_offsetr
)r Úotherr r r Ú__eq__F s
ztzutc.__eq__Nc C s
| |k S )Nr )r r r r r Ú__ne__O s ztzutc.__ne__c C s d| j j S )Nz%s())Ú __class__Ú__name__)r r r r Ú__repr__R s ztzutc.__repr__)r Ú
__module__Ú__qualname__Ú__doc__r r r r r r r r Ú__hash__r r! ÚobjectÚ
__reduce__r r r r r s r c @ sj e Zd ZdZdd„ Zdd„ Zdd„ Zedd „ ƒZe d
d„ ƒZ
dd
„ Zdd„ ZdZ
dd„ Zdd„ ZejZdS )r a1
A simple class for representing a fixed offset from UTC.
:param name:
The timezone name, to be returned when ``tzname()`` is called.
:param offset:
The time zone offset in seconds, or (since version 2.6.0, represented
as a :py:class:`datetime.timedelta` object.
c C s> || _ yt|ƒ}W n ttfk
r* Y nX tj|d�| _d S )N)Úseconds)Ú_namer Ú TypeErrorÚAttributeErrorÚdatetimeÚ timedeltar )r ÚnameÚoffsetr r r Ú__init__c s ztzoffset.__init__c C s | j S )N)r )r r r r r r m s ztzoffset.utcoffsetc C s t S )N)r
)r r r r r r p s ztzoffset.dstc C s | j S )N)r) )r r r r r r s s ztzoffset.tznamec C s
|| j S )N)r )r r r r r r w s ztzoffset.fromutcc C s dS )a6
Whether or not the "wall time" of a given datetime is ambiguous in this
zone.
:param dt:
A :py:class:`datetime.datetime`, naive or time zone aware.
:return:
Returns ``True`` if ambiguous, ``False`` otherwise.
.. versionadded:: 2.6.0
Fr )r r r r r r { s ztzoffset.is_ambiguousc C s t |tƒstS | j|jkS )N)r r r r )r r r r r r ‹ s
ztzoffset.__eq__Nc C s
| |k S )Nr )r r r r r r “ s ztzoffset.__ne__c C s" d| j jt| jƒtt| jƒƒf S )Nz
%s(%s, %s))r r Úreprr) Úintr r )r r r r r! – s ztzoffset.__repr__)r r" r# r$ r0 r r r r r r r r r% r r! r&