MCPcopy 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
9func TestGMTUnixTime(t *testing.T) {
10 t.Log(utils.GMTUnixTime(time.Now().Unix()))
11}
12
13func TestGMTTime(t *testing.T) {
14 t.Log(utils.GMTTime(time.Now()))

Callers

nothing calls this directly

Calls 3

GMTUnixTimeFunction · 0.92
LogMethod · 0.80
UnixMethod · 0.80

Tested by

no test coverage detected