dateTimeOffset

Represents a point in time relative to the Coordinated Universal Time (UTC) that is usually represented by a date and time.

The display of date and time is dependent on the selected format and the selected protocol.

Settings
MIME Format and Protocol Result

You have set UrlEncoded and no protocol.

The date and time are converted into the format yyyy-MM-ddTHH:mm:ss.fff.

You have set UrlEncoded and one of the following protocols:

  • ODATA V2

  • ODATA V3

The date and time are converted into the format dateimeoffset'yyyy-MM-ddTHH:mm:ss.fffffffZ'.

You have set UrlEncoded and ODATA V4 protocol.

The date and time are converted into the format yyyy-MM-ddTHH:mm:ss.fffZ.

You have set JSON and no protocol.

The date and time are converted into the format yyyy-MM-ddTHH:mm:ss.fff.

You have set JSON and the ODATA V2 or ODATA V3 protocol.

The date and time are converted into the format dateimeoffset'yyyy-MM-ddTHH:mm:ss.fff'.

You have set JSON and the ODATA V4 protocol.

The date and time are converted into the format yyyy-MM-ddTHH:mm:ss.fffffffZ.

You have set XML and no protocol.

The date and time are converted into the format yyyy-MM-ddTHH:mm:ss.fff.

You have set XML and one of the following protocols:
  • ODATA V2

  • ODATA V3

The date and time are converted into the format yyyy-MM-ddTHH:mm:ss.fffffff.

You have set XML and the ODATA V4 protocol.

The date and time are converted into the format MM-ddTHH:mm:ss.fffffffZ.