Am Sat, 25 Mar 2017 17:57:40 +0000 schrieb John Huss <johnth...@gmail.com>:
> The jvm time zone should always be set to UTC. It will avoid problems > and has no real downsides. true, but not always in the hands of the software developer. It may lead to conflicts when one library expects UTC while another the local TZ. It'd be preferrable if there is a way to develop the software in a way that is not dependent on the JVM time zone. Hence my question.