It seems that Time has an isAdjustedToUTC flag [1] in the parquet.thrift, the current documentation covers the use of this flag clearly for Timestamp type [2], however given the explanation it isn't immediately clear to me how the flag should be interpreted for Time. For instance in Java [3] it doesn't appear there is a temporal analogue to LocalTime that includes any sort of timezone normalization.
Could someone provide some examples? Thanks, Micah [1] https://github.com/apache/parquet-format/blame/master/src/main/thrift/parquet.thrift#L284 [2] https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#timestamp [3] https://docs.oracle.com/javase/8/docs/api/java/time/package-summary.html
