Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auth0/auth0-cli
/ timestamp
Function
timestamp
internal/analytics/analytics.go:163–168 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
161
}
162
163
func
timestamp() int64 {
164
t := time.Now()
165
s := t.Unix() * 1e3
166
ms := int64(t.Nanosecond()) / 1e6
167
return
s + ms
168
}
Callers
1
newEvent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected