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

Not receiving last second data for consecutive ranges 23:59:59.000 to 0:0:0.0 #43

Open
vercolani opened this issue Mar 11, 2015 · 0 comments

Comments

@vercolani
Copy link

Loosing last second data when picking a date range. You end times as tmp.setHours(23,59,59,0); should be setHours(23,59,59,999); so that I do not miss the last second of data. Also might have to change constants line 680 - 684 from 86399000 to 86399999.

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

1 participant