Skip to content

feat: add ISO_8601_FULL timestamp format for untruncated precision #1138

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

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

ianbotsf
Copy link
Contributor

@ianbotsf ianbotsf commented Aug 7, 2024

Issue #

Related to awslabs/aws-sdk-kotlin#472

Description of changes

This change adds a new ISO_8601_FULL member to the TimestampFormat enum. The new value enables formatting of timestamps with untruncated precision in contrast to ISO_8601 which truncates at microsecond precision. This is primarily to facilitate lossless precision in roundtrips through DynamoDB Mapper but may be useful in other circumstances as well.

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

@ianbotsf ianbotsf requested a review from a team as a code owner August 7, 2024 15:04
Copy link

github-actions bot commented Aug 7, 2024

Affected Artifacts

Changed in size
Artifact Pull Request (bytes) Latest Release (bytes) Delta (bytes) Delta (percentage)
serde-jvm.jar 51,024 51,003 21 0.04%
serde-json-jvm.jar 70,280 70,256 24 0.03%
runtime-core-jvm.jar 796,904 796,827 77 0.01%

@ianbotsf ianbotsf merged commit 6944364 into main Aug 7, 2024
15 checks passed
@ianbotsf ianbotsf deleted the feat-iso8601-full branch August 7, 2024 15:56
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.

3 participants