Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

time: Add additional timestamp format for DateTime #324

Merged
merged 1 commit into from
Aug 27, 2021

Conversation

jasdel
Copy link
Contributor

@jasdel jasdel commented Aug 24, 2021

Adds support for parsing DateTime timestamp formatted time similar to RFC 3339, but without the Z character, nor UTC offset.

Fixes aws/aws-sdk-go-v2#1387

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

Adds support for parsing DateTime timestamp formatted time similar to
RFC 3339, but without the `Z` character, nor UTC offset.

Fixes aws/aws-sdk-go-v2#1387
@skmcgrail skmcgrail merged commit b2c2f87 into aws:main Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

s3: Failed to deserialize ListObjectVersions LastModfied timestamp value deserialization failed
2 participants