diff options
Diffstat (limited to 'git_config.py')
-rw-r--r-- | git_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git_config.py b/git_config.py index 05b3c1ee..87ed9765 100644 --- a/git_config.py +++ b/git_config.py | |||
@@ -792,7 +792,7 @@ class SyncAnalysisState: | |||
792 | """ | 792 | """ |
793 | self._config = config | 793 | self._config = config |
794 | now = datetime.datetime.utcnow() | 794 | now = datetime.datetime.utcnow() |
795 | self._Set("main.synctime", now.isoformat() + "Z") | 795 | self._Set("main.synctime", now.isoformat(timespec="microseconds") + "Z") |
796 | self._Set("main.version", "1") | 796 | self._Set("main.version", "1") |
797 | self._Set("sys.argv", sys.argv) | 797 | self._Set("sys.argv", sys.argv) |
798 | for key, value in superproject_logging_data.items(): | 798 | for key, value in superproject_logging_data.items(): |