Does anyone know the date formatting to produce a valid UTC?
I’m been trying to format a date in a composite in UTC format
Here are all the dates extracted from the provided payload:
These are how I want it formatted
- Created DateTime: 2024-12-06T20:59:02.8049977Z
- Last Modified DateTime: 2024-12-06T20:59:03.7832319Z
- Response Status Time: 0001-01-01T00:00:00Z
This is how its appearing from a composite.
- Start DateTime: 2024-06-12T10:00:00.0000000 (UTC)
- End DateTime: 2024-06-12T20:00:00.0000000 (UTC)
Composite has been set as shown
I cant find any details or examples.
Does anyone know the date formatting to produce a valid UTC?
Thanks
JonathanFS