MCPcopy
hub / github.com/borgbackup/borg / int_to_timestamp

Function int_to_timestamp

src/borg/helpers/msgpack.py:238–240  ·  view source on GitHub ↗
(ns)

Source from the content-addressed store, hash-verified

236
237
238def int_to_timestamp(ns):
239 assert isinstance(ns, int)
240 return Timestamp.from_unix_nano(ns)
241
242
243def timestamp_to_int(ts):

Callers 3

_build_files_cacheMethod · 0.85
memorize_fileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected