<?php $date = new \DateTime('2015-01-19'); var_dump($date->format('U')); $tz = new \DateTimeZone('Europe\Kiev'); var_dump($date->setTimeZone($tz)->format('U'));
You have javascript disabled. You will not be able to edit any code.