summaryrefslogtreecommitdiff
path: root/lib/tz.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tz.py')
-rw-r--r--lib/tz.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/tz.py b/lib/tz.py
index c7a855b..8b92318 100644
--- a/lib/tz.py
+++ b/lib/tz.py
@@ -1,3 +1,9 @@
+"""tzinfo implementations for psycopg2
+
+This module holds twi different tzinfo implementations that can be used as
+the 'tzinfo' argument to datetime constructors, directly passed to psycopg
+functions or used to set the .tzinfo_factory attribute in cursors.
+"""
# psycopg/tz.py - tzinfo implementation
#
# Copyright (C) 2003-2004 Federico Di Gregorio <fog@debian.org>