Time is wrong in a (synology) hosted docker installation (SOLVED)

Good morning all,
My NodeRed installation that is in Docker running on a Synology NAS has an incorrect time, it's one hour behind.
The clocks went forward yesterday and the host NAS does have the correct time, but my NodeRed installation has not updated.
I've tried restarting the docker image, I've also tried restarting the NAS but no joy.
Also, when trying to make changes via the bash terminal I'm not getting very far...
When trying:

date +%T -s "11:14:00"

I get:

date: can't set date: Operation not permitted

Any help would be brilliant. Thanks

This was solved by adding in a variable to the docker image setup within the gui.
TZ=Europe/London

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.