From ca26282e3d1c07e6802c602d9ff5ef606b2fd89f Mon Sep 17 00:00:00 2001 From: Nick Russler Date: Fri, 25 Sep 2020 16:42:14 +0200 Subject: [PATCH] Issue #18: Explain how to set the timezone in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c379c69..0c85ff4 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Creates a windows setup in `build/innosetup`. This task needs the [Launch4j](htt Executes the unit tests and generates various reports (jacoco, checkstyle, findbugs, jdepend, unit test report). ### Date Formatting -Dates are formatted with the default locale. You can change it, e.g. by passing the VM argument `-Duser.language=en-US` +Dates are formatted with the default locale. You can change it, e.g. by passing the VM argument `-Duser.language=en-US` similar to setting the timezone e.g. `-Duser.timezone="Asia/Kolkata"`. ### License The code is available under the terms of the Apache V2 License.