Home
last modified time | relevance | path

Searched refs:ISO_FORMAT_NO_USECS (Results 1 – 2 of 2) sorted by relevance

/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/
H A Dconstants.py88 ISO_FORMAT_NO_USECS = '%Y-%m-%dT%H:%M:%S' variable
89 ISO_FORMAT = ISO_FORMAT_NO_USECS + '.%f'
H A Dhelpers.py615 fmt = ISO_FORMAT if '.' in timestamp else ISO_FORMAT_NO_USECS
723 format_spec = ISO_FORMAT_NO_USECS