### Describe the enhancement requested TL;DR this code https://github.com/apache/arrow/blob/0ef7351986ee8b967e210d0f9c7a9c8e4d4038fd/cpp/src/parquet/arrow/schema.cc#L396 hardcodes `is_adjusted_to_utc=true`, which makes it impossible to change from `pyarrow.parquet.write_table`. It should probably be an optional parameter that is passed down similar to `coerce_timestamps` ### Component(s) C++, Python