mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
Use configured timeZone for the clock
And some other related adjustments. Updates #8787
This commit is contained in:
@@ -28,7 +28,6 @@ func init() {
|
||||
if d.Language == nil {
|
||||
panic("Language must be set")
|
||||
}
|
||||
|
||||
ctx := New(langs.GetTimeFormatter(d.Language), langs.GetLocation(d.Language))
|
||||
|
||||
ns := &internal.TemplateFuncsNamespace{
|
||||
|
Reference in New Issue
Block a user