Support full POSIX-style time zone: EST+3, PST-3, etc.
Thomas G. Lockhart <lockhart@fourpalms.org>
Support full POSIX-style time zone: EST+3, PST-3, etc. We probably support a superset of the spec, but I don't have the spec to confirm this. Update regression tests to include tests for this format.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/datetime.c | modified | +160 −66 |
| src/test/regress/sql/horology.sql | modified | +14 −14 |
| src/test/regress/sql/timestamp.sql | modified | +21 −16 |