Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_cache
Method · 0.80
create
Method · 0.80
write
Method · 0.80
_create_lock
Method · 0.80
save
Method · 0.80
format_iso_time
Method · 0.80
format_iso_time
Method · 0.80
do_transfer
Method · 0.80
__repr__
Method · 0.80
convert_tz
Function · 0.80
test_transfer_upgrade
Function · 0.80
Calls
no outgoing calls
Tested by
4
__repr__
Method · 0.64
convert_tz
Function · 0.64
test_transfer_upgrade
Function · 0.64
test_spoofed_manifest
Function · 0.64