asterisk icon indicating copy to clipboard operation
asterisk copied to clipboard

Local time

Open AstraSerg opened this issue 5 years ago • 3 comments

Hi, thanks for excellent project! Can you please set the local time to UTC in the containers? PST is not very useful in Russia ;)

AstraSerg avatar Nov 08 '19 21:11 AstraSerg

It is perhaps default as set in docker base image. Thanks for notice: currently I am in big refactor of codebase (including basic testing using bats) and I will take care on timezone in the images

andrius avatar Nov 09 '19 09:11 andrius

Thanks!

AstraSerg avatar Nov 10 '19 08:11 AstraSerg

You probably need to add tzdata package, then timezone can be easly configured with TZ variable.

SloCompTech avatar Dec 25 '23 20:12 SloCompTech