Skip to content

Commit

Permalink
fix: time formatting for deb changelog (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge authored Aug 29, 2024
1 parent 112b37c commit dff73f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
- {{$n}}{{end}}
{{- end}}{{end}}
-- {{ .Packager }} {{ date_in_zone "Mon, 02 Jan 2006 03:04:05 -0700" .Date "UTC" }}
-- {{ .Packager }} {{ date_in_zone "Mon, 02 Jan 2006 15:04:05 -0700" .Date "UTC" }}
{{ end }}
`
releaseTpl = `
Expand Down
2 changes: 1 addition & 1 deletion testdata/TestFormatChangelog-deb
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ TestFormatChangelog-deb (0.0.1)
- * This is a test repo
- * so ya!

-- Dj Gilcrease <d.gilcrease@f5.com> Fri, 18 Oct 2019 11:05:33 +0000
-- Dj Gilcrease <d.gilcrease@f5.com> Fri, 18 Oct 2019 23:05:33 +0000

0 comments on commit dff73f6

Please sign in to comment.