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

Claims Date fields do not function as expected #3

Closed
lhazlewood opened this issue Sep 27, 2014 · 2 comments
Closed

Claims Date fields do not function as expected #3

lhazlewood opened this issue Sep 27, 2014 · 2 comments
Labels
Milestone

Comments

@lhazlewood
Copy link
Contributor

using Integer.parseInt is not working - seconds since epoch is greater than Integer.MAX_VALUE in some cases, causing rollover (negative) values. Changing to Long.parseLong will work.

@lhazlewood lhazlewood added this to the 0.2 milestone Sep 27, 2014
@lhazlewood lhazlewood added bug and removed bug labels Sep 27, 2014
@lhazlewood
Copy link
Contributor Author

This was fixed in this commit which has been merged to master. We'll close the issue when 0.2 is released.

@lhazlewood
Copy link
Contributor Author

Closing per the 0.2 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant