Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法为整个机架堆栈设置时区?
理想情况下,我想要一个可以传播到所有中间件组件的设置,直到 Sinatra,或者任何可能位于堆栈前端的东西。有没有办法做到这一点?也适用于 Heroku 的解决方案的奖励积分。
Heroku 默认使用 UTC。
要改变它,你可以做heroku config:add TZ="Europe/Athens"
heroku config:add TZ="Europe/Athens"
虽然这仅针对 Heroku,但其背后的想法(在服务器上设置您的本地时间)应该同样有效。