REST API time stamps

When date and time information is returned by the administrative REST API, it is returned in Coordinated Universal Time (UTC), and in a set format.

The date and time is returned in the following time stamp format:
YYYY-MM-DDTHH:mm:ss:sssZ
For example, 2012-04-23T18:25:43.000Z, where the Z indicates that the time zone is Coordinated Universal Time (UTC).

The accuracy of this time stamp is not guaranteed. For example, if the mqweb server is not started in the same time zone as the queue manager that is specified in the resource URL, the time stamp might not be accurate. Further, if Daylight Saving Time adjustments are necessary, the time stamp might not be accurate.

Parent topic: Administration using the REST API