Class NowFunction


  • public class NowFunction
    extends FunctionBase
    From http://docs.jsonata.org/string-functions.html: $now() Generates a UTC timestamp in ISO 8601 compatible format and returns it as a string. All invocations of $now() within an evaluation of an expression will all return the same timestamp value Examples $now()=="2017-05-15T15:12:59.152Z"