nastra commented on issue #5321: URL: https://github.com/apache/iceberg/issues/5321#issuecomment-1191794605
We're doing https://github.com/apache/iceberg/blob/ffee32c48859eef2136f728438b1da613429fe7e/core/src/main/java/org/apache/iceberg/util/DateTimeUtil.java#L89 (aka reporting back without a time zone). I wonder if changing this code to `Instant.ofEpochMilli(millis).atOffset(ZoneOffset.UTC).toZonedDateTime().toString()` would be good enough so that the TimeZone is shown in the string -- 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]
