GKE cronjobs timezone

Hello

The K8s docs states the following
All CronJob schedule: times are based on the timezone of the kube-controller-manager.

I would like which timezone is it for my GKE cluster knowing that it is running in europe-west-4.
Is it Central European Summer Time atm?

Thanks

Hello,

Yes, Central European summer Time would be the correct Time zone for your cluster running in europe-west-4.
Please refer to the following links:

Time Sync - https://cloud.google.com/container-optimized-os/docs/how-to/create-configure-instance#time_synchronization

world time- https://www.worldtimebuddy.com/?pl=1&lid=6,5,12&h=6&hf=1

Stack Overflow with example of how to check your current time set- https://stackoverflow.com/questions/60051144/kubernetes-cluster-default-timezone

Regards

Actually I noticed that my cronjobs are scheduled according to UTC time even though my GKE cluster is located in europe-west4.
It seems to be the default behaviour https://cloud.google.com/container-optimized-os/docs/how-to/create-configure-instance#changing_the_time_zone