Relegate `chrono` to an optional feature in a new conversion crate (#849)
* Refactor Instant to use `time` instead of `chrono` * Rename methods on Instant to have a consistent naming scheme. * Remove built-in Instant conversions. * Remove `chrono` from `aws-sigv4` * Re-export `Instant` from service crates * Implement `aws-smithy-types-convert` * Rename `Instant` to `DateTime` * Make date-time formatting operations fallible * Add initial changelog entries * Update changelog * Make DateTime to SystemTime conversion fallible * Incorporate review feedback * Fix merge issues * Fix examples * Fix doc comments * Fix unused import warning when using `convert-chrono` feature exclusively
Loading
Please register or sign in to comment