Re: Undocumented behavior of timezone(zone, timestamp) for impossible timestamptz's
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Aleksander Alekseev <aleksander@timescale.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-01-10T15:29:12Z
Lists: pgsql-hackers
I wrote: > Aleksander Alekseev <aleksander@timescale.com> writes: >> 1. Should this behavior be documented in the 9.9.4. AT TIME ZONE >> section or maybe it's documented elsewhere and I just missed it? > https://www.postgresql.org/docs/current/datetime-invalid-input.html ... and reading that again, I realize that I screwed up the fall-back example :-(. 2:30 is not ambiguous; I should have demonstrated the behavior for, say, 1:30. Will fix. regards, tom lane
Commits
-
Doc: fix bogus example about ambiguous timestamps.
- 9a8b1b677717 10.20 landed
- 790d6edf639a 11.15 landed
- 850c704c72a2 12.10 landed
- 2180833ba90e 13.6 landed
- 05cdda68f8f6 14.2 landed
- 9ef2c655558b 15.0 landed