fix(gitea): timezone (#56)
This commit is contained in:
parent
23204ef168
commit
6be5df7314
|
@ -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",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user