-
\vendor\yiisoft\yii2\base\Application.php
## Lines 244 - 249:
if (isset($config['timeZone'])) {
$this->setTimeZone($config['timeZone']);
unset($config['timeZone']);
} …
-
I want to remove seconds from the time display.
-
Hello friends,
I'm trying to compress assets with the following command:
```
./yii asset/compress frontend/config/assets-combine.php frontend/config/assets-prod.php
```
Here is the content of front…
-
Two day ago the command "vagrant up" started to fail with the given output.
When I try to start an plain default box that vagrant provides, this works. But any box configured with puppet stopped wo…
-
Does the extension support DST ?
I am getting the below error when trying to install the extension:
```
C:\wamp\www\fget>composer require --prefer-dist yii2mod/yii2-timezone "*"
./composer.json has …
-
A lot of use, included myself, one day or other must develop a webapp in a shared host situatio.
We're good enough to install every thing,the code, but, what is the preferred strategy to create migra…
-
I tried use [[yii\validators\CompareValidator|compare]] to compare 2 dates but always show error like
`date1 must be greater than "date2"`.
date1 = 01/03/2016
date2 = 04/03/2016.
04/03/2016 is gr…
-
Hello.
Have a problem with running migrations.
Works fine locally. And, I think, will work fine in any other environment.
I have this issue only in one specific virtual hosting
http://nic.ru/
Unfor…
-
Hi , when i want to convert time from mysql i get this error
DateTime::__construct(): Failed to parse time string (@2014-11-03 20:48:44) at position 8 (-): Double timezone specification
in C:\xampp…
-
I had a DatePicker without time in UI. I had to save timestamp of the beginning of the selected day. So I supposed to get that timestamp in dependence of my timezone. But DateValidator generates the t…