MCPcopy Create free account
hub / github.com/golang/appengine / fromUnixMicro

Function fromUnixMicro

datastore/save.go:27–29  ·  view source on GitHub ↗
(t int64)

Source from the content-addressed store, hash-verified

25}
26
27func fromUnixMicro(t int64) time.Time {
28 return time.Unix(t/1e6, (t%1e6)*1e3).UTC()
29}
30
31var (
32 minTime = time.Unix(int64(math.MinInt64)/1e6, (int64(math.MinInt64)%1e6)*1e3)

Callers 2

propValueFunction · 0.70
TestUnixMicroFunction · 0.70

Calls

no outgoing calls

Tested by 1

TestUnixMicroFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…