Skip to content

Commit

Permalink
Issue #18: Explain how to set the timezone in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrussler committed Sep 25, 2020
1 parent bc45ae2 commit ca26282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ca26282

Please sign in to comment.