-
- Downloads
forbid timezone in rfc3339 (#1521)
* forbid rfc3339 timezone According to [0], "Date time as defined by the date-time production in RFC3339 section 5.6 with no UTC offset..." This commit makes the parsing compliant. [0] https://awslabs.github.io/smithy/1.0/spec/core/protocol-traits.html#timestampformat-trait Signed-off-by:Daniele Ahmed <ahmeddan@amazon.de>
Showing
- aws/rust-runtime/aws-config/Cargo.toml 1 addition, 0 deletionsaws/rust-runtime/aws-config/Cargo.toml
- aws/rust-runtime/aws-config/src/credential_process.rs 13 additions, 14 deletionsaws/rust-runtime/aws-config/src/credential_process.rs
- codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/protocol/ServerProtocolTestGenerator.kt 0 additions, 2 deletions...smithy/generators/protocol/ServerProtocolTestGenerator.kt
- rust-runtime/aws-smithy-types/src/date_time/format.rs 11 additions, 0 deletionsrust-runtime/aws-smithy-types/src/date_time/format.rs
Loading
Please register or sign in to comment