Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ format_time
Method
format_time
src/borg/helpers/parseformat.py:963–964 ·
view source on GitHub ↗
(self, ts)
Source
from the content-addressed store, hash-verified
961
return
self.format_time(self.archive.ts_end)
962
963
def
format_time(self, ts):
964
return
OutputTimestamp(ts)
965
966
def
get_tags(self):
967
return
","
.join(sorted(self.archive.tags))
Callers
3
get_item_data
Method · 0.95
get_ts_start
Method · 0.95
get_ts_end
Method · 0.95
Calls
1
OutputTimestamp
Class · 0.85
Tested by
no test coverage detected