mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
556b4d461e
Added several links to the Python documentation using the 'intersphinx' extension.
17 lines
544 B
ReStructuredText
17 lines
544 B
ReStructuredText
`psycopg2.tz` -- ``tzinfo`` implementations for Psycopg 2
|
|
===============================================================
|
|
|
|
.. sectionauthor:: Daniele Varrazzo <daniele.varrazzo@gmail.com>
|
|
|
|
.. module:: psycopg2.tz
|
|
|
|
This module holds two different tzinfo implementations that can be used as the
|
|
`tzinfo` argument to `~datetime.datetime` constructors, directly passed to
|
|
Psycopg functions or used to set the `cursor.tzinfo_factory` attribute in
|
|
cursors.
|
|
|
|
.. autoclass:: psycopg2.tz.FixedOffsetTimezone
|
|
|
|
.. autoclass:: psycopg2.tz.LocalTimezone
|
|
|