Don't rely exclusively on /etc/timezone

This commit is contained in:
nemunaire 2022-12-08 10:02:08 +01:00
commit 1df1ba8996
6 changed files with 47 additions and 11 deletions

View file

@ -18,6 +18,7 @@ type Config struct {
ActionsDir string
RoutinesDir string
Timezone Timezone
SampleRate int
}