Skip to content
Snippets Groups Projects
Commit 20e71222 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

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

parent e7044d70
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment