MCPcopy
hub / github.com/google/uuid / Time

TypeAlias Time

time.go:15–15  ·  view source on GitHub ↗

A Time represents a time as the number of 100's of nanoseconds since 15 Oct 1582.

Source from the content-addressed store, hash-verified

13// A Time represents a time as the number of 100's of nanoseconds since 15 Oct
14// 1582.
15type Time int64
16
17const (
18 lillian = 2299160 // Julian day of 15 Oct 1582

Callers 2

getTimeFunction · 0.85
TimeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected