Github user wgtmac commented on the issue: https://github.com/apache/orc/pull/233 @stiga-huang Yes, you're right. Java TimestampColumnVector always use local timezone. But C++ reader uses UTC in TimestampVectorBatch. I get your point for different gmtOffsets. Let me try to reproduce it.
---