beautify, gestion charset mysql
This commit is contained in:
@@ -8,7 +8,7 @@ use DateTimeZone;
|
||||
class Home extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
{
|
||||
$date = new \DateTime('now', new DateTimeZone("Europe/Paris"));
|
||||
$html = $this->renderView("index", ["date" => $date->format("d/m/Y H:i:s")]);
|
||||
$this->render($html);
|
||||
|
||||
Reference in New Issue
Block a user