文件上说 USING CRON <expr> <time_zone> 但是当我尝试做一些 'USING CRON 20 01 * * * IST' 我发现一个错误 Invalid schedule was specified. "IST" is not a recognized time zone. Please specify time zones accepted by the TIMEZONE parameter.
USING CRON <expr> <time_zone>
'USING CRON 20 01 * * * IST'
Invalid schedule was specified. "IST" is not a recognized time zone. Please specify time zones accepted by the TIMEZONE parameter.
'USING CRON 20 01 * * * Asia/Kolkata' 是您要查找的格式。这是根据 this page
'USING CRON 20 01 * * * Asia/Kolkata'