修正当前时间显示错误

This commit is contained in:
大石头 2017-03-16 20:14:16 +08:00
parent 8fa67ec04f
commit 371d4e3866
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ void TaskScheduler::ShowStatus()
debug_printf("Task::ShowStatus [%d]", ts);
debug_printf(" 负载 %d.%d%%", p/100, p%100);
debug_printf(" 平均 %dus 当前 ", ts ? ct/ts : 0);
DateTime((int)(now/1000)).Show();
DateTime::Now().Show();
debug_printf(" 启动 ");
TimeSpan(now).Show(false);