Creates DateTime from timestamp string
static DateTime fromTimestampString(String timestamp) { return fromTimestamp(int.parse(timestamp)); }