Closed FransVanEk closed 2 years ago
[ { "path": "$.sample.direct", "value": "=datetime()", "command": "add" }, { "path": "$.sample.concat", "value": "=concat(datetime())", "command": "add" } ]
results in:
{ "direct": "2021-12-08T19:30:39.177Z", "concat": "12/8/2021 7:30:39 PM" }
should be
{ "direct": "2021-12-08T19:30:39.177Z", "concat": "2021-12-08T19:30:39.177Z" }
added it to the jLio Repository
results in:
should be