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

Fix precision issue with RFC-3339 timestamp serialization #479

Merged
merged 2 commits into from
Jun 10, 2021
Merged

Fix precision issue with RFC-3339 timestamp serialization #479

merged 2 commits into from
Jun 10, 2021

Conversation

jdisanti
Copy link
Collaborator

Fixes #478

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@jdisanti jdisanti requested a review from rcoh June 10, 2021 00:17
"+33658-09-27T01:46:40Z",
format(&Instant::from_epoch_seconds(1_000_000_000_000))
);
assert_eq!(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol glad we are future proofing this

@jdisanti jdisanti merged commit caed8d7 into smithy-lang:main Jun 10, 2021
@jdisanti jdisanti deleted the fix-rfc3339-timestamps branch June 10, 2021 18:30
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.

Losing precision on RFC-3339 timestamps
2 participants