Time Zone of Cloud Functions for Firebase Scheduler does not change

I am currently creating and deploying a function to be executed periodically in the Cloud Functions for Firebase scheduler as shown below. The key point is that I want it to be executed every day at 0:05 Japan time as .timeZone(‘Asia/Tokyo’).

The deploy itself is working fine, but when I look at the content in GCP’s Cloud Scheduler, the Time Zone is set to (America/LosAngeles) as shown in the image below, and the actual execution time is off from Japan time.

I manually changed the time zone to Japan time in the Cloud Scheduler function management screen and confirmed that the desired behavior was achieved, but when I deploy the function again, it is still set to (America/LosAngeles).

#cloud-scheduler #cloud-functions #nodejs #firebase #google-cloud-scheduler

Time Zone Of Cloud Functions for Firebase Scheduler Does Not Change
3.95 GEEK