Change the timezone on your machine or docker container with the following:
sudo dpkg-reconfigure tzdata
If there tzdata package doesn't exist, you can install it with the following commands:
sudo apt-get update
sudo apt-get install tzdata
Change the timezone on your machine or docker container with the following:
sudo dpkg-reconfigure tzdata
If there tzdata package doesn't exist, you can install it with the following commands:
sudo apt-get update
sudo apt-get install tzdata