Hi, I've been using msr for a while now and haven't had timezone issues until today when I updated to latest docker image (latest-22080-ae7212f)
both docker date command and my local date command show the same time, same timezone, but for some reason MSR shows the host time as 2 hours in the past as a result all my timed rules run 2 hours late.
my locale is set correctly in the host machine and is bound into the container as well.
One possible hint I get is maybe this from the container startup log, but other than timezone stuff everything else seems to be working fine and all my settings loaded up just fine.
[latest-22080]2022-04-07T07:52:52.423Z <SystemController:null> Module SystemController v22080
root {}
CommonJS loading
[latest-22080]2022-04-07T07:52:57.236Z <Engine:CRIT> SyntaxError: Unexpected end of JSON input
SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at IndividualFileStrategy.getDataObject (/opt/reactor/server/lib/IndividualFileStrategy.js:121:46)
at Container.getDataObject (/opt/reactor/server/lib/Container.js:102:53)
at new GlobalExpression (/opt/reactor/server/lib/GlobalExpression.js:105:179)
at Function.getInstance (/opt/reactor/server/lib/GlobalExpression.js:123:89)
at /opt/reactor/server/lib/Engine.js:1349:67
at Array.forEach (<anonymous>)
at Engine.initializeGlobalExpressions (/opt/reactor/server/lib/Engine.js:1345:145)
at Engine.start (/opt/reactor/server/lib/Engine.js:590:285)
at /opt/reactor/app.js:362:103
Let me know if I can provide further info to help debug this.
Thanks