<?php $default = new \DateTime(); date_default_timezone_set('America/Santiago'); $tz = new \DateTime(); var_dump([ $default->format('Y-m-d H:i'), $tz->format('Y-m-d H:i'), ]);
You have javascript disabled. You will not be able to edit any code.