在 IST 时区的 Snowflake 中创建任务

Create Task in Snowflake in IST timezone

文档说 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

是这样写的