Versions in this module Expand all Collapse all v0 v0.1.0 Aug 3, 2026 Changes in this version + const RFC3339Milli + const RFC3339MilliWithZone + type LocalTime struct + func LocalTimeNow(loc *time.Location) LocalTime + func ParseLocalTime(str string) (LocalTime, error) + func (t *LocalTime) String() string + func (t *LocalTime) UnmarshalJSON(data []byte) error + func (t LocalTime) MarshalJSON() ([]byte, error) + type Timestamp struct + func Now() Timestamp + func ParseTimestamp(str string) (Timestamp, error) + func (t *Timestamp) String() string + func (t *Timestamp) UnmarshalJSON(data []byte) error + func (t Timestamp) MarshalJSON() ([]byte, error)