Change timezone of the pods
Question
How to change the timezone of the pods without root privileges?
Answer
It is possible to manipulate the timezone using the TZ
environment variable. For example, for CET/CEST, set it to TZ=Europe/Amsterdam
.
How to change the timezone of the pods without root privileges?
It is possible to manipulate the timezone using the TZ
environment variable. For example, for CET/CEST, set it to TZ=Europe/Amsterdam
.