From 5624f0f7d5e5a9544c95562113cdf1602cf0a0eb Mon Sep 17 00:00:00 2001 From: zcy <290198252@qq.com> Date: Tue, 3 Oct 2023 11:49:35 +0800 Subject: [PATCH] no message --- global.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.h b/global.h index 6c0c679..08be4e4 100644 --- a/global.h +++ b/global.h @@ -99,7 +99,7 @@ public: mListData[itr->addr]->push_front(new CapData{ itr->req[s].addr, float(float(dat[0])), - QDateTime::currentDateTime().toString("yyyy-mm-DD hh:MM::ss"), + QDateTime::currentDateTime().toString("yyyy-mm-dd hh:MM:ss"), true }); }else{ @@ -107,7 +107,7 @@ public: mListData[itr->addr]->push_front(new CapData{ itr->req[s].addr, float(float(dat[0])), - QDateTime::currentDateTime().toString("yyyy-mm-DD hh:MM::ss"), + QDateTime::currentDateTime().toString("yyyy-mm-dd hh:MM:ss"), succ }); }