Hi,
Is there any way to achieve this, or get today() for a particular time-zone.
Thanks
Hi @keviv,
yes, there is a way to change the timezone. It’s a bit more complicated but you use the function time() together with date and time().
For example:
date and time(now(), time(now().hour, now().minute, now().second, duration("PT5H")))
Does this help you?
Best regards,
Philipp
1 Like