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:13:10 +0000 (06:13 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 6 Jun 1997 06:13:10 +0000 (06:13 +0000)
src/test/regress/sql/datetime.sql

index b091094..5848c24 100644 (file)
@@ -10,7 +10,7 @@ INSERT INTO DATETIME_TBL VALUES ('now');
 INSERT INTO DATETIME_TBL VALUES ('today');
 INSERT INTO DATETIME_TBL VALUES ('yesterday');
 INSERT INTO DATETIME_TBL VALUES ('tomorrow');
-INSERT INTO DATETIME_TBL VALUES ('tomorrow PST');
+INSERT INTO DATETIME_TBL VALUES ('tomorrow EST');
 INSERT INTO DATETIME_TBL VALUES ('tomorrow zulu');
 
 SELECT count(*) AS one FROM DATETIME_TBL WHERE d1 = 'today'::datetime;