func GetLocalTimestamp()

in pkg/utils/utils.go [8:10]


func GetLocalTimestamp(t time.Time) string {
	return t.Format("2006-01-02T15:04:05.000Z")
}