psycopg2.tztzinfo implementations for Psycopg 2

This module holds two different tzinfo implementations that can be used as the tzinfo argument to datetime constructors, directly passed to Psycopg functions or used to set the cursor.tzinfo_factory attribute in cursors.

Todo

should say something more about tz handling

Previous topic

psycopg2.extensions – Extensions to the DB API

Next topic

psycopg2.extras – Miscellaneous goodies for Psycopg 2

This Page