asterisk
asterisk copied to clipboard
Local time
Hi, thanks for excellent project! Can you please set the local time to UTC in the containers? PST is not very useful in Russia ;)
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
Thanks!
You probably need to add tzdata
package, then timezone can be easly configured with TZ
variable.