Hi
We have a data source queries, where we want to pass a timestamp for "right now" in my timezone down to precision of seconds (more precise would be fine). The following query does what we want, but seems needlesly complicated:
endpoint?now={date.tz("CET" ).today.format("yyyy-MM-dd'T'HH:mm:ss")}
Desired result: now=2022-02-08T07:42:42
Is there a shorter and easiert to maintain way to achive a similar result?
Best Regards