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.
我有以下 cron 作业命令:
00 4 * * * crontab -e /home/username/public_html/codes/php1.sh
并且此时不会触发。我想知道在处理 cron 作业时服务器依赖它的时间是服务器时间还是 GMT?请帮助我,我对 cronjobs 一无所知 P:S 我服务器上的 4:00 是格林威治标准时间 10:00
您可以在 中指定 cron 的时区/etc/default/cron。设置TZ="$TIMEZONE"。
/etc/default/cron
TZ="$TIMEZONE"