garydgregory opened a new issue, #11663: URL: https://github.com/apache/maven/issues/11663
### New feature, improvement proposal The current banner reports, for example: ``` Apache Maven 3.9.12 (848fbb4bf2d427b72bdb2471c22fced7ebd9a7a1) Maven home: /usr/share/apache-maven-3.9.12 Java version: 25.0.1, vendor: Eclipse Adoptium, runtime: /usr/lib/jvm/temurin-25-jdk-amd64 Default locale: en, platform encoding: UTF-8 OS name: "linux", version: "6.11.0-1018-azure", arch: "amd64", family: "unix" ``` It would be helpful in debugging builds, especially on remote CIs, to report the time zone, for example: ``` ... Default locale: en, platform encoding: UTF-8, time zone: America/New_York ... ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
