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
edgarrmondragon
changed the title
refactor: Parse dates with Pendulum instead of python-dateutil
refactor: Parse dates with a more performant library than python-dateutilNov 27, 2023
Feature scope
CLI (options, error messages, logging, etc.)
Description
Pendulum seems to perform significantly better at parsing datetimes. Doing this would improve target performance by making record parsing faster.
Tasks
pendulum
#2065datetime.fromisoformat
/backports.datetime_fromisoformat
#2070The text was updated successfully, but these errors were encountered: