Skip to content
Snippets Groups Projects
Commit 71b4d0a9 authored by Tamer Tas's avatar Tamer Tas
Browse files

pkg/template: change the flaky metadata time format

parent 37360710
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@ func (m Metadata) String() []string {
type JSONTime time.Time
const (
// "Mon, 02 Jan 2006 15:04:05 MST"
timeFormat = time.RFC1123
// "Mon, 02 Jan 2006 15:04:05 -0700"
timeFormat = time.RFC1123Z
)
// NewTime returns a new JSONTime containing the current time.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment