Hello guys.
I'm starting to learn the things involved in Node Red, including JavaScript and JSON.
Today, using the JSONata Expression Editor in Change Node to define a message, I tried to put the optional parameters for the $now () function, according to JSONata documentation, in order to format the timestamp.
$now ('[H01]:[m01]:[s01]')
But I get the following error:
Invalid JSONata expression: The argument 1 of the "now" function does not match the signature of the function.
Does Node Red accept the optional parameters for functions listed in the JSONata documentation?