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.
在 PHPStorm 中,文件模板变量${TIME}呈现为比我的系统时间提前一小时。
${TIME}
有谁知道为什么会发生这种情况?
仅供参考 - 解决了我的问题!当我将 PC 上的时区切换到莫斯科时,它会在重新启动 PHPStorm 后获取时区更改。然后我简单地将它改回太平洋时区,现在它应该在它的位置,显示系统时间。我有预感这个问题部分与夏令时设置有关,但无论如何它现在正在工作。