Page MenuHomeSoftware Heritage

Get rid of the arrow library
Closed, MigratedEdits Locked

Description

The arrow date and time management library is still used in the swh.scheduler package. For the sake of consistency and simplicity, we must get rid of it in favor of pure datetime objects.

Once done, the swh.core package can be updated to drop support for arrow datetime objects in the serializers module.

This should help reducing the number of custom converters.