问题标签 [totem]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
laravel-5 - Laravel 调度程序提前 1 小时触发
由于欧洲/伦敦的夏季变化,我的 Laravel 任务提前 1 小时启动。我在Laravel 5.8框架中使用laravel-totem包。
时区在 app/config/app.php 中正确设置为 'timezone' => 'Europe/London',通过 SSH 连接到服务器并检查 tinker 中的当前时间,它显示了正确的时间。Totem 有自己的配置文件,但没有参考时区设置。还有,图腾。索引页面显示“下一次运行时间”是正确的所有任务,但“上次运行”时间显示早 1 小时。
我的设置:config/app.php
我希望有人能指出我正确的方向。我确定我在这里错过了一些东西。谢谢
更新:在图腾的 repo 上创建了一个问题单。https://github.com/codestudiohq/laravel-totem/issues/160