Page MenuHomeSoftware Heritage

Restrict date string query parameters to ISO 8601 format
Closed, MigratedEdits Locked

Description

Some endpoints of the web application take date strings as query parameters.

Currently, every kind of date strings parsable by dateutil.parser.parse are allowed to be provided.

This is not really consistent with other swh modules that only manipulates ISO 8601 date strings.

The web application should only allow to pass ISO 8601 date strings as query parameters and the dateutil
dependency should be removed.