Change one date away from PST to avoid trouble after daylight savings time.

This commit is contained in:
Thomas G. Lockhart 1997-06-06 06:05:53 +00:00
parent a089cdd9d3
commit e7044d70ef
1 changed files with 1 additions and 1 deletions

View 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