in util/time.go [14:16]
func (t UnixTimestamp) MarshalJSON() ([]byte, error) { return []byte(fmt.Sprintf("\"%d\"", time.Time(t).Unix())), nil }