Skip to content

Commit

Permalink
[CI] Add timezone to build timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jul 31, 2023
1 parent 3e76ccf commit 5df4415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/site-build-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Netlify built | `{{ $isNetlifyBuilt }}`

{{/* Don't show timestamp for local builds to avoid affecting site diffs. */ -}}
{{ with $isNetlifyBuilt -}}
Date/time[^date] | {{ now.Format "2006-01-02 15:04" }}
Date/time[^date] | {{ now.Format "2006-01-02 15:04 MST" }}
{{ end -}}
{{/* */ -}}

Expand Down

0 comments on commit 5df4415

Please sign in to comment.