我在特定日期[客户时间而非本地时间] 运行一项工作以向我的客户发送电子邮件。我使用 cpanel cron 作业我尝试使用带时区的 cron 作业
但它仍然以我当地的时区发送
32 16 08 05 * /usr/bin/curl CRON_TZ=Africa/Algiers https://www.example.com/SendCron.php?CronID=382 #CronID382END # z93v66
Run Code Online (Sandbox Code Playgroud)
我使用 Cron_TZ 做错了什么?