]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Fixed timezone parsing on Python 3.6
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 27 Oct 2020 13:43:37 +0000 (14:43 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 28 Oct 2020 03:19:24 +0000 (04:19 +0100)
commitc458b53d7f873d85cbc8999a93e26b8845eaf104
tree27056a2b3e75682c90d95fe00286500e8e59687b
parent532901553d7a10c8c5d27d07d07112f9b843ebbc
Fixed timezone parsing on Python 3.6
psycopg3/psycopg3/types/date.py
tests/types/test_date.py