From e44178445db2be968215e0d174e25472da3b2266 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Fri, 31 Jul 2026 12:35:26 -0500 Subject: [PATCH] docs: timezone offsets --- docs/references/api/preferences.rst | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/docs/references/api/preferences.rst b/docs/references/api/preferences.rst index 767b982f6..5f94ad91c 100644 --- a/docs/references/api/preferences.rst +++ b/docs/references/api/preferences.rst @@ -66,7 +66,8 @@ Timezone ``handling=lenient`` is ignored for ``timezone``. Invalid time zones always return an error. -The ``timezone`` preference allows you to change the `PostgreSQL timezone `_. It accepts all time zones in `pg_timezone_names `_. +The ``timezone`` preference allows you to change the `PostgreSQL timezone `_. +It accepts all time zones in `pg_timezone_names `_ and numeric offsets. .. code-block:: bash @@ -87,6 +88,29 @@ The ``timezone`` preference allows you to change the `PostgreSQL timezone