Debugging Timezone Issues Locally

Thought I’d share a tip that’s help me a lot.

The application server when run from Servoy Developer uses the timezone from the JVM. However, you can specify a different timezone by adding a config entry to servoy.ini:

-Duser.timezone=Australia/Sydney

Setting this to a different timezone as your machine is really useful to simulate timezone differences locally.

4 Likes