Skip to content

Commit 20e7122

Browse files
author
Thomas G. Lockhart
committed
Change one date away from PST to avoid trouble after daylight savings time.
1 parent e7044d7 commit 20e7122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/sql/datetime.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ INSERT INTO DATETIME_TBL VALUES ('now');
1010
INSERT INTO DATETIME_TBL VALUES ('today');
1111
INSERT INTO DATETIME_TBL VALUES ('yesterday');
1212
INSERT INTO DATETIME_TBL VALUES ('tomorrow');
13-
INSERT INTO DATETIME_TBL VALUES ('tomorrow PST');
13+
INSERT INTO DATETIME_TBL VALUES ('tomorrow EST');
1414
INSERT INTO DATETIME_TBL VALUES ('tomorrow zulu');
1515

1616
SELECT count(*) AS one FROM DATETIME_TBL WHERE d1 = 'today'::datetime;

0 commit comments

Comments
 (0)