import "github.com/luci/luci-go/common/data/jsontime"
Package jsontime implements a JSON-serializable container for a time.Time.
Time is a wrapper around a time.Time that can be marshalled to/from JSON.
Time will always unmarshal to UTC, regardless of the input Time's Location.
MarshalJSON implements json.Marshaler.
UnmarshalJSON implements json.Unmarshaler.
Package jsontime imports 2 packages (graph). Updated 2019-06-14. Refresh now. Tools for package owners.