mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-16 03:07:18 +00:00
fix minutes field timestamp
This commit is contained in:
parent
6c6551a955
commit
3e663732cb
@ -1063,7 +1063,7 @@ public void SQL_SubMenu_Callback(Database db, DBResultSet results, const char[]
|
||||
|
||||
if(sDate[4] != '-')
|
||||
{
|
||||
FormatTime(sDate, 32, "%Y-%m-%d %H:%I:%S", StringToInt(sDate));
|
||||
FormatTime(sDate, 32, "%Y-%m-%d %H:%M:%S", StringToInt(sDate));
|
||||
}
|
||||
|
||||
FormatEx(sDisplay, 128, "Date: %s", sDate);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user