Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kopia/kopia
/ formatTimestampPrecise
Function
formatTimestampPrecise
cli/show_utils.go:77–79 ·
view source on GitHub ↗
(ts time.Time)
Source
from the content-addressed store, hash-verified
75
}
76
77
func
formatTimestampPrecise(ts time.Time) string {
78
return
convertTimezone(ts).Format(
"2006-01-02 15:04:05.000 MST"
)
79
}
80
81
func
convertTimezone(ts time.Time) time.Time {
82
switch
timeZone {
Callers
2
run
Method · 0.85
dumpIndexBlobEntries
Method · 0.85
Calls
2
convertTimezone
Function · 0.85
Format
Method · 0.65
Tested by
no test coverage detected