HomeSoftware Heritage

identifiers: Change the manifest format of raw_extrinsic_metadata to use…

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

identifiers: Change the manifest format of raw_extrinsic_metadata to use integer instead of ISO8601

Serializing as ISO8601 makes the hash brittle, because the database may
change the timezone silently and/or lose precision in the microseconds.

As we do not need precise timestamp, using an integer is good enough,
and is consistant with the git format.

The manifest also does not need to contain a timezone, as it only
represents the timezone of the system that fetched this metadata,
which is useless data.

Commit No Longer Exists

This commit no longer exists in the repository.