]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: reword unclear news entry
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 4 May 2025 16:17:17 +0000 (18:17 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 4 May 2025 16:18:39 +0000 (18:18 +0200)
docs/news.rst

index f482d253ee656a46b59b0c886a7e68fc46ed96c0..83f6bf3a5af0cd49a3268281b70489eff8fa40a2 100644 (file)
@@ -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