Skip to content

Commit

Permalink
Added functions to set the timeformat when printing a Feiertag and to…
Browse files Browse the repository at this point in the history
… set the timezone.
  • Loading branch information
wlbr committed May 26, 2019
1 parent cd733cd commit 0850712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feiertage.go
Expand Up @@ -79,7 +79,7 @@ func SetDefaultTimeFormat(timeformat string) {
defaultTimeFormat = timeformat
}

// SetDefaultTimeZone lets you set the timezone of the Feiertag functions. Default ist UTC
// SetDefaultTimeZone lets you set the timezone of the Feiertag functions. Default ist UTC.
func SetDefaultTimeZone(timezone *time.Location) {
defaultTimeZone = timezone
}
Expand Down

0 comments on commit 0850712

Please sign in to comment.