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

maximum power of 2^32 supported #6

Open
pranavkirtani88 opened this issue Aug 19, 2019 · 2 comments
Open

maximum power of 2^32 supported #6

pranavkirtani88 opened this issue Aug 19, 2019 · 2 comments

Comments

@pranavkirtani88
Copy link

I am trying to check if two dates lie in the same range.To do so I am converting date to time in milliseconds.However this is larger than the 2^32 limit.However if I set upper limit to the power of 64 I am not able to check the ranges correctly.

@omershlo
Copy link
Owner

if you convert to seconds instead it helps?
I don't remember where the 2^32 constraint is coming from but I am sure it can be changed

@pranavkirtani88
Copy link
Author

It helps if I convert to hours.

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

No branches or pull requests

2 participants