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 GMTです
で cron のタイムゾーンを指定できます/etc/default/cron。設定しTZ="$TIMEZONE"ます。
/etc/default/cron
TZ="$TIMEZONE"