Spring text application
On Windows
To compile app from Command Shell level move to demo directory then type: gradlew build,
then gradlew run --args='argument',
where argument is timezone that you are looking for
on Linux
gradle build
gradle run --args='argument'
exemplary output:
--------------------------------------------------------------------------------------
-------------> Time for area: 2020-06-19T08:13:31.048036+01:00 <-------------
--------------------------------------------------------------------------------------