Dates and Timestamps
Dates are usually encoded as Unix timestamps and by definition treated as UTC. Dates that represent a day whatever the time zone are expressed as a string formed as such: 2018-05-06
Common
All entities contains at least the following:
Field | Description |
---|---|
createdAt | Time at which the object was created in the API server |
updateAt | Last time at which the object was modified on the API server |