type time.Time (struct)

Method Implmentations (50 other methods implement nothing)

AppendBinary(b []byte) ([]byte, error) Time.M : encoding.BinaryAppender.AppendBinary
AppendText(b []byte) ([]byte, error) Time.M : encoding.TextAppender.AppendText
IsZero() bool Time.M : encoding/json.isZeroer.IsZero Time.M : github.com/go-pg/zerochecker.isZeroer.IsZero Time.M : github.com/vmihailenco/msgpack/v5.isZeroer.IsZero
MarshalBinary() ([]byte, error) Time.M : encoding.BinaryMarshaler.MarshalBinary *Time.M : crypto/internal/fips140/hmac.marshalable.MarshalBinary
MarshalJSON() ([]byte, error) Time.M : encoding/json.Marshaler.MarshalJSON
MarshalText() ([]byte, error) Time.M : encoding.TextMarshaler.MarshalText
String() string Time.M : expvar.Var.String Time.M : fmt.Stringer.String Time.M : context.stringer.String Time.M : github.com/aws/smithy-go/middleware.stringer.String Time.M : runtime.stringer.String
UnmarshalBinary(data []byte) error *Time.M : encoding.BinaryUnmarshaler.UnmarshalBinary *Time.M : crypto/internal/fips140/hmac.marshalable.UnmarshalBinary
UnmarshalJSON(data []byte) error *Time.M : encoding/json.Unmarshaler.UnmarshalJSON