Dear Yii2ers,
Could you please test this in a simple view?
<?= date(‘Y-m-d H:i:s’) . ’ vs ’ . Yii::$app->formatter->asDateTime(date(‘Y-m-d H:i:s’)) ?>
I have one hour difference between the two.
Yii 2.0.0, French locale, datetime format is to its default value of "medium". French locale is not involved(?) because same issue without it.
If you also have one hour difference, where could it come from?
Thank you
Pierre