I know that I can supply VM arguments as follows
-Duser.timezone="Australia/Sydney"
Is there a software way to make an equivalent? I would like this parameter to be applied on the whole virtual machine.
java.util.TimeZone.setDefault()can be used to set the default time zone for getDefault().
java.util.TimeZone.setDefault()
getDefault()