Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kopia/kopia
/ isUTC
Function
isUTC
internal/logfile/logfile_test.go:228–232 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
226
}
227
228
func
isUTC() bool {
229
_, offset := clock.Now().Zone()
230
231
return
offset == 0
232
}
233
234
func
getTotalDirSize(t *testing.T, dir string) int {
235
t.Helper()
Callers
1
TestLoggingFlags
Function · 0.85
Calls
1
Now
Function · 0.92
Tested by
no test coverage detected