i write a functions that sync data every day using cloud functions.pubsub.schedule, and just to to know what is the time zone for Israer or i just wrote Israel?
exports.scheduledFunctionCrontab = functions.pubsub.schedule('0 6 * * *')
.timeZone('Israel')
.onRun(async(context) => {
just want to know if it support tiime zone in israel like that