这是indexloc提供的服务,不要输入任何密码
Skip to content

Cloud scheduler for Cloud Functions timezone is not set correctly #3425

@saurabhshah23

Description

@saurabhshah23

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 firebase-tools@9.6.1

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions