MCPcopy
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_dataMethod · 0.95
get_ts_startMethod · 0.95
get_ts_endMethod · 0.95

Calls 1

OutputTimestampClass · 0.85

Tested by

no test coverage detected