MCPcopy Create free account
hub / github.com/zalando/skipper / testDate

Function testDate

logging/access_test.go:47–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func testDate() time.Time {
48 l := time.FixedZone("foo", -7*3600)
49 return time.Date(2000, 10, 10, 13, 55, 36, 0, l)
50}
51
52func testAccessEntry() *AccessEntry {
53 return &AccessEntry{

Callers 1

testAccessEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…