OSDN Git Service

Change one date away from PST to avoid trouble after daylight savings time.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 6 Jun 1997 06:05:53 +0000 (06:05 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 6 Jun 1997 06:05:53 +0000 (06:05 +0000)
src/test/regress/expected/datetime.out

index d8548f4..ad5f861 100644 (file)
@@ -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