]> granicus.if.org Git - postgresql/commit
Support full POSIX-style time zone: EST+3, PST-3, etc.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Thu, 16 Mar 2000 14:38:42 +0000 (14:38 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Thu, 16 Mar 2000 14:38:42 +0000 (14:38 +0000)
commit9e7166096e6d01adff88d4a7383ca808f67041b4
tree319d76302062cd667f6ad5ff5467a767a5b0f4c1
parent90c4bab7ea55de6510ab25521372d90dd07bbc57
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.
src/backend/utils/adt/datetime.c
src/test/regress/sql/horology.sql
src/test/regress/sql/timestamp.sql