You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a problem with the jsonpath-ng library which doesn't allow to concatenate variables using +. This means that user can't create their own datetime like this:
{"$ref": "$.time.H + ':' $.time.M"}
Context has to either contain pre-formated datetime or we have to fix the bug in jsonpath library.
Add current date and time to context.
The text was updated successfully, but these errors were encountered: