1
0

Use golang's tzdata package to handle time zones

This commit is contained in:
kolaente
2021-05-07 12:18:21 +02:00
parent f052fc19fc
commit 9dc72c5c98
6 changed files with 5 additions and 33 deletions

View File

@ -23,7 +23,7 @@ service:
enableregistration: true
# Whether to enable task attachments or not
enabletaskattachments: true
# The time zone all timestamps are in
# The time zone all timestamps are in. Please note that time zones have to use [the official tz database names](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). UTC or GMT offsets won't work.
timezone: GMT
# Whether task comments should be enabled or not
enabletaskcomments: true