MCPcopy Create free account
hub / github.com/OpenPrinting/goipp / Time

Struct Time

value.go:342–342  ·  view source on GitHub ↗

Time is the Value that represents DataTime Use with: TagTime

Source from the content-addressed store, hash-verified

340//
341// Use with: TagTime
342type Time struct{ time.Time }
343
344// String converts Time value to string
345func (v Time) String() string { return v.Time.Format(time.RFC3339) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected