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.
根据标题,AppVeyor 中的默认时区是什么?
我试过向谷歌询问这件事……没有找到
我认为您不应该依赖当前在构建工作人员上设置的时区,但您应该配置自己所需的时区。可以使用tzutil实用程序轻松完成,例如appveyor.yml:
tzutil
appveyor.yml
init: - tzutil /s "Mountain Standard Time"
tzutil /l您可以使用命令列出所有可用区域。
tzutil /l
他们计划构建的 crontab 条目使用 UTC,所以我猜这就是他们总体使用的。