diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1997-06-06 06:05:53 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1997-06-06 06:05:53 +0000 |
commit | e7044d70ef2beb6ec2213ba4726e05c2a56cf5a4 (patch) | |
tree | 2edd87c5dc1ba02ff1e88655e0e8be7e2652cfab /src | |
parent | a089cdd9d323efcc30c77b2b43bc127102e634cc (diff) | |
download | postgresql-e7044d70ef2beb6ec2213ba4726e05c2a56cf5a4.tar.gz postgresql-e7044d70ef2beb6ec2213ba4726e05c2a56cf5a4.zip |
Change one date away from PST to avoid trouble after daylight savings time.
Diffstat (limited to 'src')
-rw-r--r-- | src/test/regress/expected/datetime.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/expected/datetime.out b/src/test/regress/expected/datetime.out index d8548f4ee8d..ad5f8611953 100644 --- a/src/test/regress/expected/datetime.out +++ b/src/test/regress/expected/datetime.out @@ -4,7 +4,7 @@ QUERY: INSERT INTO DATETIME_TBL VALUES ('now'); QUERY: INSERT INTO DATETIME_TBL VALUES ('today'); QUERY: INSERT INTO DATETIME_TBL VALUES ('yesterday'); QUERY: INSERT INTO DATETIME_TBL VALUES ('tomorrow'); -QUERY: INSERT INTO DATETIME_TBL VALUES ('tomorrow PST'); +QUERY: INSERT INTO DATETIME_TBL VALUES ('tomorrow EST'); QUERY: INSERT INTO DATETIME_TBL VALUES ('tomorrow zulu'); QUERY: SELECT count(*) AS one FROM DATETIME_TBL WHERE d1 = 'today'::datetime; one |