From 6be5df731498e746133ec946ff0098980513c124 Mon Sep 17 00:00:00 2001 From: mQzLjP <91550006+mQzLjP@users.noreply.github.com> Date: Wed, 21 May 2025 11:25:27 +0800 Subject: [PATCH] fix(gitea): timezone (#56) --- joint_teapot/workers/gitea.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joint_teapot/workers/gitea.py b/joint_teapot/workers/gitea.py index 2732662..eced7d5 100644 --- a/joint_teapot/workers/gitea.py +++ b/joint_teapot/workers/gitea.py @@ -421,7 +421,7 @@ class Gitea: body={ "title": title, "description": description, - "due_on": due_on + "T23:59:59.999Z", + "due_on": due_on + "T23:59:59.999+08:00", }, )