Re: Wrong timezone in Date and Last-Modified-Headers

2020-06-10 Thread Stefan Mayr
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

Re: Wrong timezone in Date and Last-Modified-Headers

2020-06-10 Thread 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 if some code somewhere is changing the timezone. > Could

Re: Wrong timezone in Date and Last-Modified-Headers

2020-06-10 Thread Paul Carter-Brown
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