]> git.ipfire.org Git - thirdparty/psycopg.git/commit
test: add bad timezone to simulate a reported timezone issue
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 14 Sep 2022 11:33:23 +0000 (12:33 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 14 Sep 2022 11:34:20 +0000 (12:34 +0100)
commita7b1da242e3138abc43e8d99b91153c0bfaa8799
treebe5000dd9c842b5c48a9d919d67ec89e2b15e2f3
parent68bec0bf0fe8ed5792a76c5d843cb235049e9181
test: add bad timezone to simulate a reported timezone issue

The bad timezone causes OSError on Windows.

See #371
tests/types/test_datetime.py