Hisoka-X commented on code in PR #6035:
URL: https://github.com/apache/seatunnel/pull/6035#discussion_r1434691713
##########
seatunnel-common/src/main/java/org/apache/seatunnel/common/utils/DateTimeUtils.java:
##########
@@ -49,10 +51,24 @@ public static LocalDateTime parse(String dateTime,
Formatter formatter) {
return LocalDateTime.parse(dateTime, FORMATTER_MAP.get(formatter));
}
+ public static LocalDateTime parse(long timestamp) {
Review Comment:
Would you mind add some test case for this utils? It be used in lots of
place, but without test case.
--
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]