[ad_1]
I use the TimeZone.setDefault(TimeZone.getTimeZone(“…”)) setting to set the global timezone.
After setting this, it is distributed to the server, and when I check the operation, it looks normal.
After that, after some time (not specific), the TimeZone setting is released and everything is initialized based on UTC.
I’m analyzing if this is a problem with my TimeZone settings or if there is a specific cause on the server, but I don’t know yet.
Are there any known issues with TimeZone.setDefault(TimeZone.getTimeZone()) being unset?
Or, if there is a probable cause, please provide me with information.
[ad_2]