Parse timestamp
DateTime toDateTime(TimeUnit unit, {bool isUtc = false}) => unit.parseTimestamp(trim(), isUtc: isUtc);