]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Added timestamptz loader
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 26 Oct 2020 15:32:14 +0000 (16:32 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 28 Oct 2020 03:19:24 +0000 (04:19 +0100)
commit9793317bb33f27dadda798e05c82600a825a7903
treea7b72a81476285aea5b891dda922c92f19a82175
parent91717024a5ac7e03498ddec69007a0f64ec8fada
Added timestamptz loader

Won't deal with formats other than ISO because they return the timezone
name and that requires interpretation by the client, using a tz library
such as pytz or Python 3.9
psycopg3/psycopg3/types/date.py
tests/types/test_date.py