We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f79351 commit 2c7b863Copy full SHA for 2c7b863
integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBTimeZoneIT.java
@@ -122,7 +122,7 @@ public void timezoneTest() throws SQLException {
122
// Asia/Almaty +06:00
123
connection.setClientInfo("time_zone", "Asia/Almaty");
124
statement.execute(String.format(insertSQLTemplate, "1514782807000", "10"));
125
- statement.execute(String.format(insertSQLTemplate, "2018-1-1T11:00:08", "11"));
+ statement.execute(String.format(insertSQLTemplate, "1514782808000", "11"));
126
statement.execute(String.format(insertSQLTemplate, "2018-1-1T13:00:09+08:00", "12"));
127
statement.execute(String.format(insertSQLTemplate, "2018-1-1T12:00:10+07:00", "13"));
128
0 commit comments