Open coord-e opened 2 years ago
Some considerations:
Into<SystemTime>
Maybe it is ISO8601 instead of RFC3339, but in any case, the problem is not parsing but conversion to SystemTime, which may lead us to depend on time-rs anyway...
having distinct date-time type (which does not convert to SystemTime) for ISO8601-encoded date-time field in -api and provide conversion to time::OffsetDateTime in -util would be nice
This is no longer such a serious problem as chrono
has been back in maintenance since 0.4.20.
https://doc.rust-lang.org/std/time/struct.SystemTime.html