zclllyybb commented on code in PR #59206:
URL: https://github.com/apache/doris/pull/59206#discussion_r2677789830
##########
be/src/vec/functions/function_datetime_floor_ceil.cpp:
##########
@@ -890,6 +962,20 @@ class FunctionDateTimeFloorCeil : public IFunction {
}
}
}
+
+ static void convert_utc_to_local(const DateValueType& utc_val,
DateValueType& local_val,
Review Comment:
1. 这个函数是否只对Timestamptz有意义?
2. 除了这种情况,一般列里面的timestamptz是不是都有约定应该保持在utc时区?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]