$timeZone public property
The timezone to use for parsing date and time values. This can be any value that may be passed to date_default_timezone_set() e.g. UTC
, Europe/Berlin
or America/Chicago
. Refer to the php manual for available timezones. If this property is not set, yii\base\Application::$timeZone will be used.
Please login to continue.