From 0012982c7e012903ffdb5dfe5fa84ccf270b3b9d Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sun, 21 Mar 2021 17:42:34 +0700 Subject: Set explicit en_US locale for build timestamps in Build Helper Maven There were warnings that builds were dependent on the system local (de_DE in my case). In patterns like "EEEE MMM d, yyyy", parts like day of week or month names would change otherwise. Signed-off-by: Alexander Kriegisch --- bridge/pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'bridge/pom.xml') diff --git a/bridge/pom.xml b/bridge/pom.xml index eae496e79..2ab25be17 100644 --- a/bridge/pom.xml +++ b/bridge/pom.xml @@ -37,6 +37,7 @@ version.time_text EEEE MMM d, yyyy 'at' HH:mm:ss z America/Los_Angeles + en_US -- cgit v1.2.3