forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita3021aa
committed
Make postgres_fdw request remote time zone 'GMT' not 'UTC'.
This should have the same results for all practical purposes.The advantage of selecting 'GMT' is that it's guaranteed to workeven when the remote system's timezone database is missingentries, because pg_tzset() hard-wires handling of that,at least in 9.2 and later.(It seems like it would be a good idea to similarly hard-wirecorrect handling of 'UTC', but that'll be a little more invasivethan I want to consider back-patching. Leave that for anotherday when we're not in feature freeze.)Per trouble report from Adnan Dautovic. Back-patch to allsupported branches.Discussion:https://postgr.es/m/465248.1712211585@sss.pgh.pa.us1 parentf4fdc24 commita3021aa
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
671 | 671 |
| |
672 | 672 |
| |
673 | 673 |
| |
674 |
| - | |
675 |
| - | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
676 | 678 |
| |
677 |
| - | |
| 679 | + | |
678 | 680 |
| |
679 | 681 |
| |
680 | 682 |
| |
|
0 commit comments
Comments
(0)