我的时间选择器插件使用了错误的时区
My timepicker addon uses the wrong timezone
我在我的日期选择器中添加了一个时间选择器。一切正常,但当我发帖时,时间会缩短 2 小时(我认为这在 js 时刻有点问题)。
有人知道这个问题并知道如何解决吗?
我插入的日期时间是 2018-10-09 09:00
到 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',
我在我的日期选择器中添加了一个时间选择器。一切正常,但当我发帖时,时间会缩短 2 小时(我认为这在 js 时刻有点问题)。
有人知道这个问题并知道如何解决吗?
我插入的日期时间是 2018-10-09 09:00
到 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',