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

Add test for variety of date/time stamps #123

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

alexburner
Copy link

@alexburner alexburner commented Oct 13, 2018

When using this library in Seattle, WA, USA it was found that date objects with a small time (ex: 00:01:00) would be interpreted by the library as occurring the day before.

This test exposes the problem, but unfortunately it doesn't offer a solution (guessing the issue is with toJulian() and toDays()?)

When using this library in Seattle, WA, USA it was found that date
objects with a small time (example: 00:01:00) would be interpreted
by the library as occurring the day before.

This test exposes the problem, but does not offer a solution. It's
assumed the issue is somewhere in toJulian() and toDays(), but
this author does not understand them well enought to venture in.
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.

1 participant