Closed
Description
Cloud functions pubsub set with .timezone("America/New_York") not working since firebase-tools latest update.
.pubsub
.schedule('0 12 * * *')
.timeZone("America/New_York")
CI pipeline successful but the timezone for cloud-scheduler was always set to default ("Los Angelos") without any errors.
It worked only after reverting the firebase-tools version back to 9.6.1 in CI.
npm install -g [email protected]