utcnow is obsolete
This commit is contained in:
parent
43d77e49ba
commit
8ca1310130
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue