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

Method isoformat

src/borg/helpers/time.py:190–192  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

188 return self.isoformat()
189
190 def isoformat(self):
191 # we want to output a timestamp in the user's local timezone
192 return self.ts.astimezone().isoformat(timespec="microseconds")
193
194 to_json = isoformat
195

Callers 14

__str__Method · 0.95
_write_files_cacheMethod · 0.80
createMethod · 0.80
writeMethod · 0.80
_create_lockMethod · 0.80
saveMethod · 0.80
format_iso_timeMethod · 0.80
format_iso_timeMethod · 0.80
do_transferMethod · 0.80
__repr__Method · 0.80
convert_tzFunction · 0.80
test_transfer_upgradeFunction · 0.80

Calls

no outgoing calls

Tested by 4

__repr__Method · 0.64
convert_tzFunction · 0.64
test_transfer_upgradeFunction · 0.64
test_spoofed_manifestFunction · 0.64