From 30be79fffb8ce19c8411edfe1f43af88f78f844c Mon Sep 17 00:00:00 2001 From: PHILO-HE Date: Wed, 24 Apr 2024 18:34:50 +0800 Subject: [PATCH] Fix bug --- velox/expression/tests/CastExprTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velox/expression/tests/CastExprTest.cpp b/velox/expression/tests/CastExprTest.cpp index 7b7e97ee976cd..6196c87876d58 100644 --- a/velox/expression/tests/CastExprTest.cpp +++ b/velox/expression/tests/CastExprTest.cpp @@ -590,7 +590,7 @@ TEST_F(CastExprTest, stringToTimestamp) { }; testCast("timestamp", input, expected); - setTimezone("GMT-8"); + setTimezone("GMT+8"); testCast( "timestamp", {