Parses from Unix timestamp.
static DateTime fromTimestamp(int timestamp) { return DateTime.fromMillisecondsSinceEpoch(timestamp * 1000); }