forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2180833
committed
Doc: fix bogus example about ambiguous timestamps.
I had a brain fade in commitd328991, and used 2:30AM as theexample 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.us1 parent32cd426 commit2180833
1 file changed
+9
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
220 | | - | |
221 | | - | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
222 | 222 | | |
223 | | - | |
224 | | - | |
| 223 | + | |
| 224 | + | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
233 | | - | |
234 | 232 | | |
235 | 233 | | |
236 | 234 | | |
| |||
0 commit comments
Comments
(0)