in resources/services/table.go [166:171]
func (a *AmigoBakePackage) SetStartedAt(s string) { t, err := toTime(s) if err == nil { a.StartedAt = t } }