mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
utcnow is obsolete
This commit is contained in:
parent
28a8fd9c8a
commit
48e7279f7e
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…
Add table
Reference in a new issue