We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f001f commit dc77427Copy full SHA for dc77427
web/helpers/helpers.go
@@ -22,7 +22,7 @@ var Map template.FuncMap = template.FuncMap{
22
return manifest
23
},
24
"timeFormat": func(date time.Time) string {
25
- return date.Format("Jan _2 2006 15:04:05")
+ return date.Local().Format("Jan _2 2006 15:04:05")
26
27
"timeHumanize": func(date time.Time) string {
28
return humanize.Time(date)
0 commit comments