]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Make the tzdata package a dependency on Windows
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 9 Feb 2022 21:03:35 +0000 (22:03 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 11 Feb 2022 01:01:22 +0000 (02:01 +0100)
commit7a3772bba152028308dc8e2ae4f80afeede180a3
treea1dbc02cb7725dd60f32bb925a4f1e38dc24c258
parentd43d155eab6293985e446f4fc4a8c0f275d60d86
Make the tzdata package a dependency on Windows

The package replaces the missing system tz database and allows to avoid
the warning and return timestamps in the client timezone instead of in
UTC.

Close #223
docs/news.rst
psycopg/setup.cfg
tests/test_conninfo.py
tests/types/test_datetime.py