<?php $d = new \DateTime(); $d->setTimezone(new \DateTimeZone('Australia/Sydney')); echo $d->format("d.m.Y H:i");
You have javascript disabled. You will not be able to edit any code.