diff --git a/autoupdate_app_sources/autoupdate_app_sources.py b/autoupdate_app_sources/autoupdate_app_sources.py index 2c58301..5198406 100755 --- a/autoupdate_app_sources/autoupdate_app_sources.py +++ b/autoupdate_app_sources/autoupdate_app_sources.py @@ -228,7 +228,7 @@ class AppAutoUpdater: # Default message pr_title = commit_msg = "Upgrade sources" - date = datetime.utcnow().strftime("%y%m%d") + date = datetime.now().strftime("%y%m%d") branch_name = f"ci-auto-update-sources-{date}" for source, infos in self.sources.items():