Timestamp type
The Timestamp type represents date and time information, by using ISO 8601 format and is always in UTC time.
For example, if a file was modified at midnight UTC on Jan 1, 2014, the metadata would look like this.
{
"lastModifiedDateTime": "2014-01-01T00:00:00Z"
}