You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
faster pop_tz_offset_from_string, 2x faster dateparser.parse if date has no timezone info (scrapinghub#569)
* [WIP] faster pop_tz_offset_from_string
when most strings don't have tz offset, this is massively faster, as we
avoid a loop over all timezones (around 800 of them).
But it's possible to improve this.
* fix fast path check: use re.IGNORECASE as in timezone regexps
word_is_tz is supposed to be case sensitive, so don't modify its
behaviour
0 commit comments