Commit f7e7d6f
committed
Fix incorrect example of to_timestamp() usage.
Must use HH24 not HH to read a hour value exceeding 12.
This was already fixed in HEAD in commit d3cd36a, but I didn't think
of backpatching it.
Report: https://postgr.es/m/20161229170043.10139.21416@wrigleys.postgresql.org1 parent 21e24eb commit f7e7d6f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6230 | 6230 | | |
6231 | 6231 | | |
6232 | 6232 | | |
6233 | | - | |
| 6233 | + | |
6234 | 6234 | | |
6235 | 6235 | | |
6236 | 6236 | | |
| |||
0 commit comments