Skip to content
Snippets Groups Projects
Commit 3ce41250 authored by vlorentz's avatar vlorentz
Browse files

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.
parent fc808e1f
No related branches found
No related tags found
1 merge request!292identifiers: Change the manifest format of raw_extrinsic_metadata to use integer instead of ISO8601
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment