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

@@ -1046,7 +1046,7 @@ const (
configInjectComment = `<!-- Generated config will be injected here -->`
)
// Generates the error docs from a commented config.yml.sample file in the repo root.
// Generates the config docs from a commented config.yml.sample file in the repo root.
func GenerateDocs() error {
config, err := ioutil.ReadFile("config.yml.sample")