OSDN Git Service

Recognize special case of POSIX time zone: "GMT+8" and "GMT-8".
authorThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 15 Feb 2000 03:17:09 +0000 (03:17 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 15 Feb 2000 03:17:09 +0000 (03:17 +0000)
commit929e50ece8117d11f65708a871f1386495409f27
treeb06b3ba38b4ac388e900dc1575bc000c88507bd2
parent7c07006ad4b0118a4f9160a1debc832c7b43812a
Recognize special case of POSIX time zone: "GMT+8" and "GMT-8".
Still needs to be done for the general case:
 "tz+/-#" where tz is a 3 char string.
This will probably involve moving code around to other places.
src/backend/utils/adt/dt.c