Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 1f3eefc4e932de43ed0c81068eeddbc4 > files > 90

python-psycopg2-doc-2.5.1-3.mga4.noarch.rpm

`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