Skip to content

Instantly share code, notes, and snippets.

@maximishchenko
Created February 27, 2016 18:31
Show Gist options
  • Select an option

  • Save maximishchenko/e1e68846afd9913237b3 to your computer and use it in GitHub Desktop.

Select an option

Save maximishchenko/e1e68846afd9913237b3 to your computer and use it in GitHub Desktop.
Yii2 Setting Time Zone
<?php
$formatter = new \yii\i18n\Formatter;
$formatter->dateFormat = 'php:Y-m-d';
$formatter->timeZone = 'UTC';
echo $formatter->asDate('NOW');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment