Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tZxMm-00Egt4-LQ for pgsql-hackers@arkaria.postgresql.org; Mon, 20 Jan 2025 19:23:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tZxMl-005Y0s-L9 for pgsql-hackers@arkaria.postgresql.org; Mon, 20 Jan 2025 19:23:19 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tZxMl-005Y0h-Bv for pgsql-hackers@lists.postgresql.org; Mon, 20 Jan 2025 19:23:19 +0000 Received: from mout-p-201.mailbox.org ([2001:67c:2050:0:465::201]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tZxMh-000b9s-2U for pgsql-hackers@lists.postgresql.org; Mon, 20 Jan 2025 19:23:17 +0000 Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4YcKxW1BNTz9sTb for ; Mon, 20 Jan 2025 20:23:11 +0100 (CET) Date: Mon, 20 Jan 2025 20:23:10 +0100 From: Christoph Berg To: PostgreSQL Hackers Subject: tzdata 2025a and timestamptz.out Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk It happened again: News for the tz database Release 2025a - 2025-01-15 10:47:24 -0800 Briefly: ... Improve pre-1991 data for the Philippines. SELECT make_timestamptz(1846, 12, 10, 0, 0, 0, 'Asia/Manila') AT TIME ZONE 'UTC'; timezone -------------------------- - Wed Dec 09 15:56:00 1846 + Wed Dec 09 15:56:08 1846 Christoph