2025.9.22 修改时间不对称bug

main
xufei 2025-09-22 09:24:17 +08:00
parent 2582a547c3
commit 0621ff1e2a
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ spacing: 12,
if (picked != null) {
setState(() {
endTime = DateFormat(
'yyyy-MM-dd HH:mm',
'yyyy-MM-dd HH:mm:ss',
).format(picked);
});
}