wanasit / chrono

A natural language date parser in Javascript
MIT License
4.61k stars 339 forks source link

Parse timezone offsets that are enclosed in parentheses; restrict max tzOffset #449

Closed JoakimNil closed 2 years ago

JoakimNil commented 2 years ago

Simple improvement. In making this change, I made a few trade-offs:

JoakimNil commented 2 years ago

I also limited the offsets that can be matched in ExtractTimezoneOffsetRefiner to max 14, since no timezones has higher offsets.

wanasit commented 2 years ago

Cool! Thanks for the improvement.