No way to set the environment timezone?

I want to change the timezone of the runtime environment
I tried to add an environment variable like TZ=UTC, but it doesn’t work still using my local timezone.

Is there any way to customize the timezone?

Hi there,

There is currently not a way to manually set your TZ as an environment variable settings. process.env is mutable though, so you can just add process.env.TZ = "UTC" at the top of your notebook if you want.

This is an good idea though, we’ll look into adding a way to change it from your current system TZ.

Thanks,
- Randy