�
i� [c @ s6 d Z d d l m Z d d l m Z d d g Z d S( s�
pyRFC3339 parses and generates :RFC:`3339`-compliant timestamps using Python
:class:`datetime.datetime` objects.
>>> from pyrfc3339 import generate, parse
>>> from datetime import datetime
>>> import pytz
>>> generate(datetime.utcnow().replace(tzinfo=pytz.utc)) #doctest:+ELLIPSIS
'...T...Z'
>>> parse('2009-01-01T10:01:02Z')
datetime.datetime(2009, 1, 1, 10, 1, 2, tzinfo=<UTC>)
>>> parse('2009-01-01T14:01:02-04:00')
datetime.datetime(2009, 1, 1, 14, 1, 2, tzinfo=<UTC-04:00>)
i����( t generate( t parseR R N( t __doc__t pyrfc3339.generatorR t pyrfc3339.parserR t __all__( ( ( s6 /usr/lib/python2.7/site-packages/pyrfc3339/__init__.pyt <module> s
Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]