Fix AT TIME ZONE for timestamps without time zones:
Bruce Momjian <bruce@momjian.us>
Fix AT TIME ZONE for timestamps without time zones:
test=> select ('2005-07-20 00:00:00'::timestamp without time zone) at
time zone 'Europe/Paris';
timezone
------------------------
2005-07-19 22:00:00-04
Udpate documentation.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +9 −9 |
| src/backend/utils/adt/timestamp.c | modified | +13 −13 |