tzinfo
jo <[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I would like to know if there's a way to disable tzinfo from psycopg2. like this: datetime.datetime(2008, 12, 30, 15, 44, 31, 418607) instead of: datetime.datetime(2008, 12, 30, 15, 44, 31, 418607,tzinfo=<psycopg2.tz.FixedOffsetTimezone object at 0xbd33e4c>) thank you, jo