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 }); }