Time is off (daylight saving?)

Hi, I have a web page that is displayed with a java clock that is off by one hour.
I have tried to change the timezone in Schedule/Layout settings but it does not seem to take.
Are there other settings I have missed?

If you use the scheduled player package, the browser works by fetching rendered images of the requested urls. Right now those images are captured from a headless browser running in the UTC timezone and the settings made to the package don’t have any effect.

I guess right now the best guess for that would be to use something like https://momentjs.com/timezone/ onside your JS to convert from UTC to your local time zone.