Could you add support for `zoneName`? https://github.com/sisyphsu/dateparser/blob/master/src/main/java/com/github/sisyphsu/dateparser/DateParser.java#L207 For example `EEE MMM dd HH:mm:ss z yyyy` would match `Sun Feb 23 22:34:30 EST 2020`
Could you add support for
zoneName? https://github.com/sisyphsu/dateparser/blob/master/src/main/java/com/github/sisyphsu/dateparser/DateParser.java#L207For example
EEE MMM dd HH:mm:ss z yyyywould matchSun Feb 23 22:34:30 EST 2020