Describe the bug, including details regarding any error messages, version, and platform.
The Parquet format document indicates that converted types should have isAdjustedToUtc=true for backward compatibility, but the current C++ implementation sets this to false for converted types.
The Rust implementation already follows the spec as described and the Go implementation has #39467 open to correct this.
Component(s)
C++, Parquet