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 #33 monotonic_now() to be OS agnostic #44

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

WadeGulbrandsen
Copy link
Contributor

@WadeGulbrandsen WadeGulbrandsen commented Dec 12, 2024

fix #33

Dividing by 1000 only works when the OS's native time is in nanoseconds. Using erlang:convert_time_unit/3 should work on all platforms.

Dividing by 1000 only works when the OS's native time is in nanoseconds. Using erlang:convert_time_unit/3 should work on all platforms.
@massivefermion
Copy link
Owner

Thanks

@massivefermion massivefermion merged commit 8689571 into massivefermion:main Dec 18, 2024
1 check passed
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.

Timing off by factor of 100 on windows
2 participants