Team, I have a use case, i need to change the time format using jolt transformation and convert it to the specified format. Please suggest.
Input
{
"operation": "default",
"spec": {
"createdon": "${now()}"
}
}
output from this code, is like Fri Sep 23 13:14:17 IST 2022 but the
Desired Output
"2022-09-23T13:14:17.853Z"