Error using new GlideDateTime.subtract()
I am trying to use the following code to get the duration between when the record was created and NOW (to get open-to-resolve duration). (function executeRule(current, previous /*null when async*/) { current.u_time_to_resolve = new GlideDateTime.s...
