Datetime

A datetime in the Crunchbase API is tracked in Unix Time, or seconds since the epoch.

We often use datetime for keeping track of when entities are created (created_at) and updated (updated_at). Here is the expected datetime format: "2015-02-02T23:00:05Z"