You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.