()
| 18 | } |
| 19 | |
| 20 | func (m RelaxedTime) String() string { |
| 21 | return time.Time(m).Round(time.Millisecond).UTC().Format(timeFormat) |
| 22 | } |
| 23 | |
| 24 | // UnmarshalText implements encoding.TextUnmarshaler |
| 25 | func (m *RelaxedTime) UnmarshalText(text []byte) error { |
no outgoing calls