RussellSpitzer commented on a change in pull request #2826:
URL: https://github.com/apache/iceberg/pull/2826#discussion_r681837282
##########
File path: core/src/main/java/org/apache/iceberg/BaseTableScan.java
##########
@@ -306,6 +306,6 @@ private Schema lazyColumnProjection() {
}
private static String formatTimestampMillis(long millis) {
- return
DATE_FORMAT.format(LocalDateTime.ofInstant(Instant.ofEpochMilli(millis),
ZoneId.systemDefault()));
Review comment:
This is a slightly different behavior ... we used to use the System
Default and now we are doing 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]