Hey @Product team,
General question here - what's the best to do a calculation of a date/time variable? We currently have the 'Calculate date' WA, but it doesn't support any operations on time.
In my case, I want to take some sort of date time variable (e.g. 2026-07-18T02:39:54Z) and then subtract 2 hours from it.
I imagine a javascript expression can work but I just wanted to see if there was perhaps another way? e.g. convert the Reference datetime to unix, subtract x seconds, and then reconvert back to the regular datetime format