From: Daniele Varrazzo Date: Sun, 4 May 2025 16:17:17 +0000 (+0200) Subject: docs: reword unclear news entry X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e9b4ed87ae64a30761cc66cce848f1646dd798b;p=thirdparty%2Fpsycopg.git docs: reword unclear news entry --- diff --git a/docs/news.rst b/docs/news.rst index f482d253e..83f6bf3a5 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -19,10 +19,10 @@ Psycopg 3.3.0 (unreleased) Psycopg 3.2.8 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^ -- Fix `DateFromTicks` and `TimeFromTicks` return values to return date and - time referred as UTC rather than the local timezone. Change - `TimestampFromTicks` to return a datetime in UTC rather than in the local - timezone (:ticket:`#1058`). +- Fix `DateFromTicks` and `TimeFromTicks` return values to return a date and a + time referred to the UTC timezone rather than to the local timezone. For + consistency, `TimestampFromTicks` to return a datetime in UTC rather than in + the local timezone (:ticket:`#1058`). Psycopg 3.2.7