From e98fa5d6f9180e9288ca0f71ae790ac636a25dd7 Mon Sep 17 00:00:00 2001 From: ddshi <8811906+ddshi@user.noreply.gitee.com> Date: Tue, 10 Feb 2026 11:07:59 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=AD=90=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=EF=BC=88=E4=BF=AE=E5=A4=8D=E6=8F=90=E9=86=92=E6=97=B6?= =?UTF-8?q?=E9=97=B4=20UTC=20=E5=AD=98=E5=82=A8=E5=92=8C=E7=BB=A7=E6=89=BF?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 包含子模块更新: - server: fix reminder_times 处理和 UTC 时间存储 - client: fix 提醒时间相关的 UTC 时区和继承问题 相关修复: - 解决用户设置"14:00"显示"22:00"问题 - 解决重复提醒自动创建时继承 reminder_times 问题 - 统一使用 UTC 格式存储和计算时间 Co-Authored-By: Claude Opus 4.5 --- client | 2 +- server | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client b/client index 79ef45b..b39bc5c 160000 --- a/client +++ b/client @@ -1 +1 @@ -Subproject commit 79ef45b4ad819904bf910cec69d960dd64d22210 +Subproject commit b39bc5c8bc599914c9258e9527d1bdc89990dfa1 diff --git a/server b/server index 96da6b6..15918f1 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 96da6b6e42e27d215183d08d813a28a4d0b0be91 +Subproject commit 15918f163c2a449dd169eed6da38287c7980834e