Use UTC as the defined timezone for tests.

This commit is contained in:
langfr
2025-07-28 12:44:24 +01:00
parent 637e8737df
commit 056d01bc49
6 changed files with 13 additions and 8 deletions

View File

@@ -129,8 +129,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.3</version>
<configuration>
<runOrder>alphabetical</runOrder>
<argLine>-Duser.timezone=UTC</argLine>
</configuration>
</plugin>
<!-- allow getImplementationVersion for the pom.xml -->