node-red-contrib-cron-plus
node-red-contrib-cron-plus copied to clipboard
Dynamic timezone
Hi,
Im my use case, I need to dynamically set the timezone, either using a input node or getting it from the environment variable
Is it possible to do that? This is what I tried but it still use my system timezone.
Thanks for helping!
No, that is not supported.
You can however use ENV VARs e.g.
Demo is using group level flow env vars however, they could easily be OS level env vars!
Maybe that is enough for your current requirements?
However, I will leave this issue open and mark it as a feature request.
Thank you @Steve-Mcl! This helps a lot!