
    ob                     `    d Z ddlmZmZ  ed      Z G d de      Z e       Z G d d      Zy)zCompatibility shim for python2's lack of datetime.timezone.

This is the example code from the Python 2 documentation:
https://docs.python.org/2.7/library/datetime.html#tzinfo-objects
    )	timedeltatzinfoc                   "    e Zd Zd Zd Zd Zd Zy)UTCc                     t         S NZEROselfdts     ./usr/lib/python3/dist-packages/fs/_tzcompat.py	utcoffsetzUTC.utcoffset           c                      y)Nr    r   s     r   tznamez
UTC.tzname   s    r   c                     t         S r   r	   r   s     r   dstzUTC.dst   r   r   N)__name__
__module____qualname____doc__r   r   r   r   r   r   r   r      s    r   r   c                       e Zd ZeZy)timezoneN)r   r   r   utcr   r   r   r   r      s    
Cr   r   N)r   datetimer   r   r
   r   r   r   r   r   r   <module>r      s7    '|
& 
 
e r   