<?php $now = new \DateTime(); $russian = new\DateTimeZone('Europe/Moscow'); $now->setTimezone($russian); $fmt = new IntlDateFormatter( 'en-US', IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'Europe/Moscow', IntlDateFormatter::GREGORIAN ); echo $now->format('Y-m-d H:i:s'); echo $fmt->format($now);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`