MCPcopy
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
228func isUTC() bool {
229 _, offset := clock.Now().Zone()
230
231 return offset == 0
232}
233
234func getTotalDirSize(t *testing.T, dir string) int {
235 t.Helper()

Callers 1

TestLoggingFlagsFunction · 0.85

Calls 1

NowFunction · 0.92

Tested by

no test coverage detected