Hi,
Am 10.06.2020 um 15:34 schrieb Mark Thomas:
> On 10/06/2020 14:07, Paul Carter-Brown wrote:
>> At runtime, any code can call TimeZone.setDefault to change the timezone of
>> the JVM.
>>
>> I'd suggest logging TimeZone.getDefault().getDisplayName(Locale.ENGLISH);
>> intermittently and seeing i
On 10/06/2020 14:07, Paul Carter-Brown wrote:
> At runtime, any code can call TimeZone.setDefault to change the timezone of
> the JVM.
>
> I'd suggest logging TimeZone.getDefault().getDisplayName(Locale.ENGLISH);
> intermittently and seeing if some code somewhere is changing the timezone.
> Could
At runtime, any code can call TimeZone.setDefault to change the timezone of
the JVM.
I'd suggest logging TimeZone.getDefault().getDisplayName(Locale.ENGLISH);
intermittently and seeing if some code somewhere is changing the timezone.
Could be in any library...
Paul
On Wed, Jun 10, 2020 at 2:56