sisyphsu / dateparser

dateparser is a smart and high-performance date parser library, it supports hundreds of different formats, nearly all format that we may used. And this is also a showcase for "retree" algorithm.
MIT License
95 stars 24 forks source link

Support zoneName #4

Open curtislarson opened 4 years ago

curtislarson commented 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

For example EEE MMM dd HH:mm:ss z yyyy would match Sun Feb 23 22:34:30 EST 2020

sisyphsu commented 4 years ago

Thanks for you suggestion, i will add it, but may not very soon.

darcheville commented 2 years ago

Did you have some time to progress on that feature please ?