digidem / mapeo-core-next

The upcoming version of Mapeo Core
MIT License
7 stars 1 forks source link

Stop using ISO strings for timestamps in API #567

Open EvanHahn opened 3 months ago

EvanHahn commented 3 months ago

We use ISO strings for timestamps. This has a few issues, all minor:

To fix this, we should use something else (probably numbers) in the API.

To be clear, this does not affect any data on disk. That's stored as a protobuf google.protobuf.Timestamp, and that doesn't change as part of this task.

This probably requires work in @mapeo/schema more than anywhere else.