0

我在我的日期选择器中添加了一个时间选择器。一切正常,但是当我发帖时,时间会增加 2 小时(我认为它在 js 中有点意思)。

有人知道这个问题并知道如何解决吗?

它显示时区

我插入的日期时间是2018-10-09 09:00to 2018-10-09-12:00

4

1 回答 1

1

config/app请检查您文件中的应用程序时区。

以我为例:

/*
|--------------------------------------------------------------------------
| Application Timezone
|--------------------------------------------------------------------------
|
| Here you may specify the default timezone for your application, which
| will be used by the PHP date and date-time functions. We have gone
| ahead and set this to a sensible default for you out of the box.
|
*/

'timezone' => 'Europe/Kiev',
于 2018-10-19T12:40:36.087 回答