From 16f97d8c3812e641eb7504433a0b5a7821db91e6 Mon Sep 17 00:00:00 2001 From: 4sterisk <4sterisk@ymail.ne.jp> Date: Thu, 21 Nov 2024 04:34:51 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=83=8E=E3=83=BC=E3=83=88=E3=81=AE?= =?UTF-8?q?=E6=9C=9F=E9=96=93=E6=8C=87=E5=AE=9A=E3=81=A7=E3=81=AE=E6=99=82?= =?UTF-8?q?=E9=96=93=E6=8C=87=E5=AE=9A=E3=82=92=E5=8F=8D=E6=98=A0(#681)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/view/user_page/user_notes.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/view/user_page/user_notes.dart b/lib/view/user_page/user_notes.dart index 1ae064318..ac1cdd3dd 100644 --- a/lib/view/user_page/user_notes.dart +++ b/lib/view/user_page/user_notes.dart @@ -113,9 +113,9 @@ class UserNotes extends HookConsumerWidget { result.year, result.month, result.day, - 23, - 59, - 59, + result.hour, + result.minute, + result.second, 999, ); }