Robin van Boven d83cbd98bf
Create util for TimestampMs and TimestampISO (#1746)
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
2020-04-14 12:18:22 +02:00
..
2020-03-09 13:36:41 +01:00
2020-04-10 17:58:48 -07:00
2020-04-10 18:08:32 -07:00