diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 784a83c..fb1046a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,6 @@ +variables: + TZ: Europe/Berlin + stages: - build - deploy diff --git a/themes/ccchh/layouts/shortcodes/calendar-table.html b/themes/ccchh/layouts/shortcodes/calendar-table.html index 50bd2d4..9de76d1 100644 --- a/themes/ccchh/layouts/shortcodes/calendar-table.html +++ b/themes/ccchh/layouts/shortcodes/calendar-table.html @@ -12,7 +12,7 @@ {{- if eq ._type "vevent"}} {{- $start := time .dtstart }} - {{ $start.Local | time.Format "Mon, 2006-01-02 15:04" }} + {{ $start.Local.Format "Mon, 2006-01-02 15:04" }} {{ .summary }} {{ .location }}