I was wondering why the dateTime() and dateTimeUTC() functions only except literal integers and no variable integers?
E.g. dateTimeUTC(2016) works; however, if I have an object with variable year(integer) then dateTimeUTC($object/year) does not work.
This limitation also does not become apparent from the documentation.