Doc: fix bogus example about ambiguous timestamps.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9a8b1b6777178c76c48043c3d7bfbe911d2ee577
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2022-01-10T16:46:43Z
Releases: 10.20
Doc: fix bogus example about ambiguous timestamps.

I had a brain fade in commit d32899157, and used 2:30AM as the
example timestamp for both spring-forward and fall-back cases.
But it's not actually ambiguous at all in the fall-back case,
because that transition is from 2AM to 1AM under USA rules.
Fix the example to use 1:30AM, which *is* ambiguous.

Noted while answering a question from Aleksander Alekseev.
Back-patch to all supported branches.

Discussion: https://postgr.es/m/2191355.1641828552@sss.pgh.pa.us

Files

PathChange+/−
doc/src/sgml/datetime.sgml modified +9 −11

Documentation touched

Discussion