BST time problem with Docker container

Can someone tell me how to change System tag of gateway? Cause i run dokcered version of the OSS ignition and we have corectly set docker to the BST time zone..
We also have tried to play with project properties and timezone beahviour but no luck...

How to change that so it would match our BST?

I updated the title to reflect the Docker container. Should help get the proper eyes on this topic for you. :slight_smile:

2 Likes

You can either set the TZ env variable for your container, e.g. docker run -e TZ="Europe/London", or you can modify ignition.conf and add a line to the additional parameters section that sets -Duser.timezone=Europe/London.

2 Likes

Thanks a lot.. i added this to my YAML docker file.. and it worked