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

raise DateNotExact error for millisecond timestamps #67

Merged
merged 2 commits into from
Jun 26, 2024

Conversation

davidhewitt
Copy link
Contributor

Split from #65

Reading the code it seemed to be an obvious deficiency that only second timestamps were checked for exactness and millisecond timestamps would just ignore the millisecond portion.

Copy link
Member

@sydney-runkle sydney-runkle left a comment

Choose a reason for hiding this comment

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

Looks great, thank you @davidhewitt!

src/date.rs Outdated Show resolved Hide resolved
@davidhewitt davidhewitt enabled auto-merge (squash) June 26, 2024 12:48
@davidhewitt davidhewitt merged commit 72f1c79 into main Jun 26, 2024
7 checks passed
@davidhewitt davidhewitt deleted the dh/date-from-timestamp-micros branch June 26, 2024 12:49
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.

2 participants