Resource Timestamps
Resource Timestamps
Every entity contains two different timestamps. The created
timestamp contains the date and time when the corresponding entity was created. Whenever the entity is updated the lastModfied
field represents the timestamp when the change happened.
UTC Time Format
The fulfillmenttools platform handles all timestamps as UTC timestamps corresponding to Coordinated Universal Time (UTC). Timestamps are represented by a ISO8601 formatted string, for example 2023-06-22T12:10:31.000Z
.
Last updated