UTC date format for Teams JSON payload

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

I used this UTC date formatting, got there by guessing.
Appreciate if anyone can confirm this is correct?

2014-12-03T16:30:00Z

My initial tests shows it as working.

I use the same date twice then show just year-month-day on left and hour:minutes on right

image

image

image

1 Like