mirror of https://github.com/mahmoud/boltons.git
add dateutil links to timeutils
This commit is contained in:
parent
c25a6094bb
commit
0b3474d33c
|
@ -15,9 +15,10 @@ The following module defines usable forms of the timezones in those
|
|||
docs, as well as a couple other useful ones, :data:`UTC` (aka GMT) and
|
||||
:data:`LocalTZ` (representing the local timezone as configured in the
|
||||
operating system). For timezones beyond these, as well as a higher
|
||||
degree of accuracy in corner cases, check out `pytz`_.
|
||||
degree of accuracy in corner cases, check out `pytz`_ and `dateutil`_.
|
||||
|
||||
.. _pytz: https://pypi.python.org/pypi/pytz
|
||||
.. _dateutil: https://dateutil.readthedocs.io/en/stable/index.html
|
||||
"""
|
||||
|
||||
import re
|
||||
|
|
|
@ -38,8 +38,9 @@ US timezones
|
|||
|
||||
These four US timezones were implemented in the :mod:`datetime`
|
||||
documentation and have been reproduced here in boltons for
|
||||
convenience. More in-depth support is provided by `pytz`_.
|
||||
convenience. More in-depth support is provided by `dateutil`_ and `pytz`_.
|
||||
|
||||
.. _dateutil: https://dateutil.readthedocs.io/en/stable/index.html
|
||||
.. _pytz: https://pypi.python.org/pypi/pytz
|
||||
|
||||
.. autoattribute:: boltons.timeutils.Eastern
|
||||
|
|
Loading…
Reference in New Issue