mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-11 20:16:46 +00:00
We have a convention of using TimestampMs as our default representation. However TimestampISO has the benefit of being human readable / writable, so it's used for serialization and display as well. We'll validate types at runtime, as there's a fair chance we'll use these functions to parse data that came from a Flow `any` type (like JSON). Fixes #1653