The GridView displays UNIX TIMESTAMP taken from MySQL. The following parameter is used to display the column:
[ 'attribute' => 'date', 'filter' => false, 'format' => ['date', 'php:dmY H:i'], ], For some reason, on the production server all of these columns are displayed with the amendment of +1 hour, despite the fact that the server, PHP and MySQL have a time zone - Moscow. On the test server, everything is ok. In this case, the date() function formats the time correctly. Why?