DateFormat
From EVEDev
The format of timestamps in the API follows the following pattern:
yyyy-MM-dd HH:mm:ss
For example, 2011 January 16 @ 1:16 PM would be in the format of:
2011-01-16 13:16:00
All dates are to be treated as UTC.
In some cases, the date string may also represent a time span with a default value of the epoch.
0001-01-01 00:00:00
It is safe to assume that any date before the year 1000 is representative of a time span.