Open curtislarson opened 4 years ago
Could you add support for zoneName? https://github.com/sisyphsu/dateparser/blob/master/src/main/java/com/github/sisyphsu/dateparser/DateParser.java#L207
zoneName
For example EEE MMM dd HH:mm:ss z yyyy would match Sun Feb 23 22:34:30 EST 2020
EEE MMM dd HH:mm:ss z yyyy
Sun Feb 23 22:34:30 EST 2020
Thanks for you suggestion, i will add it, but may not very soon.
Did you have some time to progress on that feature please ?
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 yyyy
would matchSun Feb 23 22:34:30 EST 2020