diff --git a/module/screen/control.php b/module/screen/control.php index 39a65d2f44..a325e34cae 100644 --- a/module/screen/control.php +++ b/module/screen/control.php @@ -49,7 +49,7 @@ class screen extends control { $this->loadModel('execution'); $this->view->executions = $this->screen->getBurnData(); - $this->view->date = date('Y-m-d h:i:s'); + $this->view->date = date('Y-m-d H:i:s'); $this->display('screen', 'burn'); } else