Commits


Vibhatha Lakmal Abeykoon authored and GitHub committed b8e5b512b4a
GH-40619: [Java] JDBC Adapter Build Issue (#40656) ### Rationale for this change Compiling JDBC Adapter module fails when running from a time zone which is not UTC. The tests assume the set time zone is UTC. Since running from a location where the timezone is not UTC, the error documented in https://github.com/apache/arrow/issues/40619 occurs. ### What changes are included in this PR? Adding the time zone as a property to maven profile. ### Are these changes tested? These changes have been tested locally in a non-UTC timezone (+0530). ### Are there any user-facing changes? No * GitHub Issue: #40619 Authored-by: Vibhatha Abeykoon <vibhatha@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>