awslabs / aws-c-common

Core c99 package for AWS SDK for C. Includes cross-platform primitives, configuration, data structures, and error handling.
Apache License 2.0
262 stars 159 forks source link

Accept all RFC3339-compliant timestamps #1093

Closed graebm closed 8 months ago

graebm commented 8 months ago

Issue: aws_date_time did not accept "2024-02-23 23:06:27+00:00", despite that being a valid RFC 3339 timestamp.

Background:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-commenter commented 8 months ago

Codecov Report

Attention: Patch coverage is 96.96970% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 83.04%. Comparing base (15a2534) to head (f5b90ec).

Files Patch % Lines
source/date_time.c 96.96% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1093 +/- ## ========================================== - Coverage 83.15% 83.04% -0.12% ========================================== Files 56 56 Lines 5813 5762 -51 ========================================== - Hits 4834 4785 -49 + Misses 979 977 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.