我在我的日期选择器中添加了一个时间选择器。一切正常,但是当我发帖时,时间会增加 2 小时(我认为它在 js 中有点意思)。
有人知道这个问题并知道如何解决吗?
我插入的日期时间是2018-10-09 09:00
to 2018-10-09-12:00
。
我在我的日期选择器中添加了一个时间选择器。一切正常,但是当我发帖时,时间会增加 2 小时(我认为它在 js 中有点意思)。
有人知道这个问题并知道如何解决吗?
我插入的日期时间是2018-10-09 09:00
to 2018-10-09-12:00
。
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',