Is there any way to apply the changed timezone in real time while running a Java application in a Unix environment?
The following sources do not work on unix!!
[in Linux]
TimeZone.setDefault(null);
System.clearProperty("user.timezone");
Is there any way to apply the changed timezone in real time while running a Java application in a Unix environment?
The following sources do not work on unix!!
[in Linux]
TimeZone.setDefault(null);
System.clearProperty("user.timezone");