chore: unarchived issue and date format changes (#2598)

* chore: unarchived issue message corrected

* chore: passing the date in archived at
This commit is contained in:
Bavisetti Narayan 2023-11-01 20:11:40 +05:30 committed by GitHub
parent 8c620c4f96
commit 4f09a89f5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@ def archive_old_issues():
# Check if Issues
if issues:
# Set the archive time to current time
archive_at = timezone.now()
archive_at = timezone.now().date()
issues_to_update = []
for issue in issues: