Support full POSIX-style time zone: EST+3, PST-3, etc.

Thomas G. Lockhart <lockhart@fourpalms.org>

Commit: 9e7166096e6d01adff88d4a7383ca808f67041b4
Author: Thomas G. Lockhart <lockhart@fourpalms.org>
Date: 2000-03-16T14:38:42Z
Releases: 7.1.1
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

PathChange+/−
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