-
Should be something to do with timezone because `date` gives `10/18/13` while `asDate` gives `10/19/13`.
`10/19/13` is my local timezone while `10/18/13` is UTC.
-
I think it is better to check if the timezone was already set in php.ini, for example see this in Yii2 https://github.com/yiisoft/yii2/commit/b005b087b4d64b116ea4ac675864f609ca406bd2#L0L2. It was mod…
-
I use the Open Server. To install a new application I'm using its version php. Open Server has a "pending" php.ini config option and therefore the following error occurs.
``` php
exception 'yii \ bas…