Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ TestGMTUnixTime
Function
TestGMTUnixTime
internal/utils/time_test.go:9–11 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
7
)
8
9
func
TestGMTUnixTime(t *testing.T) {
10
t.Log(utils.GMTUnixTime(time.Now().Unix()))
11
}
12
13
func
TestGMTTime(t *testing.T) {
14
t.Log(utils.GMTTime(time.Now()))
Callers
nothing calls this directly
Calls
3
GMTUnixTime
Function · 0.92
Log
Method · 0.80
Unix
Method · 0.80
Tested by
no test coverage detected