summaryrefslogtreecommitdiffstats
path: root/src/borg/helpers/time.py
AgeCommit message (Expand)Author
2024-04-04format_timedelta: use 3 decimal digits (ms)Thomas Waldmann
2023-01-23Support for date-based matching during archive listing (#7272)Michael Deyaso
2023-01-19use local time / local timezone to output timestamps, fixes #7283Thomas Waldmann
2022-12-04bugfix: switch archive timestamps to utcThomas Waldmann
2022-12-04refactor: get archive timestamps via archive_ts_now()Thomas Waldmann
2022-12-04bugfix: file timestamps should use tz-aware utc datetime objsThomas Waldmann
2022-08-13create/recreate/import-tar --timestamp: default to local timezoneThomas Waldmann
2022-08-13use timezonesThomas Waldmann
2022-08-11use py37+ datetime.isoformat / .fromisoformatThomas Waldmann
2022-07-06blacken all the codeThomas Waldmann
2022-02-27pyupgrade --py38-plus ./**/*.pyThomas Waldmann
2020-11-05Make timestamp helper timezone-awareMilkey Mouse
2018-08-29Forward the `format_spec` to `datetime` classHenry-Joseph Audéoud
2017-09-05use safe parse_timestamp to parse timestamps, fixes #2994Thomas Waldmann
2017-09-05use ISO_FORMAT* constantsThomas Waldmann
2017-08-22always use microseconds for ISO 8601 outputMarian Beermann
2017-08-22one datetime formatter to rule them allMarian Beermann
2017-08-07archive listing: use iso8601 timestamp format with --json-linesThomas Waldmann
2017-08-07helpers: split into smaller modulesThomas Waldmann