gpt4 book ai didi

laravel - 更改了时区但仍获得 UTC

转载 作者:行者123 更新时间:2023-12-03 20:20:29 26 4
gpt4 key购买 nike

我已将 Laravel 应用程序的时区更改为 Africa\Cairo ,我在 app.php 文件中更改了它

|--------------------------------------------------------------------------
| 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' => 'Africa/Cairo',

但是当我使用 Carbon::now() 检查生产时区时,我知道时区是 UTC

如何在 Carbon 中设置时区

最佳答案

确保清除缓存,将其写入终端(在项目目录中):

php artisan config:cache
然后再次启动项目以查看更改

关于laravel - 更改了时区但仍获得 UTC,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29380308/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com