Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit20e7122

Browse files
author
Thomas G. Lockhart
committed
Change one date away from PST to avoid trouble after daylight savings time.
1 parente7044d7 commit20e7122

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_TBLVALUES ('today');
1111
INSERT INTO DATETIME_TBLVALUES ('yesterday');
1212
INSERT INTO DATETIME_TBLVALUES ('tomorrow');
13-
INSERT INTO DATETIME_TBLVALUES ('tomorrowPST');
13+
INSERT INTO DATETIME_TBLVALUES ('tomorrowEST');
1414
INSERT INTO DATETIME_TBLVALUES ('tomorrow zulu');
1515

1616
SELECTcount(*)AS oneFROM DATETIME_TBLWHERE d1='today'::datetime;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp