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

Bug with nanosecond in timestamp #8

Closed
AethliosIK opened this issue Jun 30, 2024 · 1 comment
Closed

Bug with nanosecond in timestamp #8

AethliosIK opened this issue Jun 30, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@AethliosIK
Copy link
Owner

It would appear that nanoseconds are not working properly. This leads to missing timestamps when generating UUIDv1.

It seems that this problem is due to the use of the "float" Python object, which does not handle nanoseconds:

A possible remediation would be to use Decimal

@AethliosIK AethliosIK added the bug Something isn't working label Jun 30, 2024
@AethliosIK AethliosIK added this to the v1.2.0 milestone Jun 30, 2024
@AethliosIK AethliosIK self-assigned this Jun 30, 2024
@AethliosIK
Copy link
Owner Author

Fixed in #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant