mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
utcnow is obsolete
This commit is contained in:
parent
4feed17196
commit
dcef9dce56
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ class AppAutoUpdater:
|
||||||
|
|
||||||
# Default message
|
# Default message
|
||||||
pr_title = commit_msg = "Upgrade sources"
|
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}"
|
branch_name = f"ci-auto-update-sources-{date}"
|
||||||
|
|
||||||
for source, infos in self.sources.items():
|
for source, infos in self.sources.items():
|
||||||
|
|
Loading…
Add table
Reference in a new issue