Skip to content

swh.model.model.OriginVisit: Drop the dateutil.parser.parse use

I'm planning on dropping unnecessary fields on the OriginVisit model object [1]

So it's a good time to drop this since i'll pass everywhere anyway.

This is in accordance to a discussion about phasing out dateutil.parser.parse_date in favor of using either iso-8601 datestrings or directly datetime. Here the fields is supposed to be datetime anyway.

What do you think?

Test Plan

tox


Migrated from D3336 (view on Phabricator)

Merge request reports