mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-03 14:25:38 +02:00
utils: add the missing colon in the time format string
Change-Id: Ib15edf23cfcc5536d2e430becba084d5eac0f826
This commit is contained in:
parent
d7e76178d7
commit
01cf3f9367
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ Utils::formatTimeString(const std::time_t& timeStamp)
|
|||
auto now = QDateTime::currentDateTime();
|
||||
auto timeStampDMY = currentTimeStamp.toString("dd/MM/yy");
|
||||
if (timeStampDMY == now.toString("dd/MM/yy")) {
|
||||
return currentTimeStamp.toString("hhmm");
|
||||
return currentTimeStamp.toString("hh:mm");
|
||||
} else {
|
||||
return timeStampDMY;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue