Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently, docker container only shows timestamps in UTC timezone. Installing `tzdata` will enable users to supply custom timezone. ``` docker container run -v /path/to/myFolder:/data --rm -it -e TZ=America/Los_Angeles dominikbraun/timetrace ```
- Loading branch information