diff --git a/tpl_Tasks.go b/tpl_Tasks.go index d0a932c..c46068e 100644 --- a/tpl_Tasks.go +++ b/tpl_Tasks.go @@ -62,11 +62,12 @@ func (this *App) Serve_Tasks(w http.ResponseWriter) { fmt.Fprintf(w, ` %s - %s + %s `, hesc(ref), hesc(ref), - hesc(time.Unix(t.started, 0).Format(time.RFC822Z)), + hesc(startTime.Format(time.RFC3339)), + hesc(startTime.Format(time.RFC822)), ) if t.Finished() {