This commit is contained in:
kolaente 2020-06-27 12:39:37 +02:00
parent 4853fc7824
commit 94bfcc3b19
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ func (k Key) GetStringSlice() []string {
var timezone *time.Location
// GetTimeZone returns the time zone configured for vikunja
// It is a seperate function and not done through viper because that makes handling
// It is a separate function and not done through viper because that makes handling
// it way easier, especially when testing.
func GetTimeZone() *time.Location {
if timezone == nil {