fix(gitea): timezone (#56)

This commit is contained in:
mQzLjP 2025-05-21 11:25:27 +08:00 committed by GitHub
parent 23204ef168
commit 6be5df7314
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -421,7 +421,7 @@ class Gitea:
body={ body={
"title": title, "title": title,
"description": description, "description": description,
"due_on": due_on + "T23:59:59.999Z", "due_on": due_on + "T23:59:59.999+08:00",
}, },
) )