GraphQL: Timestamps are returned with UTC value, but formatted as local time

GraphQL: Timestamps are returned with UTC value, but formatted as local time

Summary

In GraphQL Interface timestamps were displayed in UTC without time zone information. This has been adjusted.

Description

In GraphQL Interface, timestamps are returned as ISO 8601 timestamps, but without time zone information. So users need to know that the timestamp reflects UTC time and calculate local deviations manually.

Output format: 2022-09-13T14:00:00

One of the following three formats is expected:

  • 2022-09-13T14:00:00Z
  • 2022-09-T14:00:00+00:00
  • 2022-09-T16:00:00+02:00

 

This has been changed.  The time output is now in the format: 2022-09-13T14:00:00Z

 

To benefit from this fix:

  • Update your zenon Software Platform to the latest build of zenon 11 or higher.

 



Item ID: 255902
Version: 11.00 Build: 109317