This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new e1e0055c940 Fix IoTDBTimezoneIT
e1e0055c940 is described below
commit e1e0055c940e63a05befef5684da9017607f25c5
Author: Jackie Tien <[email protected]>
AuthorDate: Wed Apr 24 17:52:32 2024 +0800
Fix IoTDBTimezoneIT
---
.../src/test/java/org/apache/iotdb/db/it/IoTDBTimeZoneIT.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBTimeZoneIT.java
b/integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBTimeZoneIT.java
index ef7fe8a2494..6db3845a586 100644
--- a/integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBTimeZoneIT.java
+++ b/integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBTimeZoneIT.java
@@ -122,7 +122,7 @@ public class IoTDBTimeZoneIT {
// Asia/Almaty +06:00
connection.setClientInfo("time_zone", "Asia/Almaty");
statement.execute(String.format(insertSQLTemplate, "1514782807000",
"10"));
- statement.execute(String.format(insertSQLTemplate, "2018-1-1T11:00:08",
"11"));
+ statement.execute(String.format(insertSQLTemplate, "1514782808000",
"11"));
statement.execute(String.format(insertSQLTemplate,
"2018-1-1T13:00:09+08:00", "12"));
statement.execute(String.format(insertSQLTemplate,
"2018-1-1T12:00:10+07:00", "13"));