Recognize special case of POSIX time zone: "GMT+8" and "GMT-8".

Thomas G. Lockhart <lockhart@fourpalms.org>

Commit: 929e50ece8117d11f65708a871f1386495409f27
Author: Thomas G. Lockhart <lockhart@fourpalms.org>
Date: 2000-02-15T03:17:09Z
Releases: 7.1.1
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.

Files

PathChange+/−
src/backend/utils/adt/dt.c modified +42 −2