We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Got this bug today. You may be able to reproduce using this :
from jnius import autoclass Calendar = autoclass('java.util.Calendar') c = Calendar.getInstance() c.setTimeInMillis(1480103863835) Logger.info(c.getTimeInMillis()) // -1659853285
The text was updated successfully, but these errors were encountered:
I'm not sure what's wrong here, perhaps it is a pyjnius problem with converting the type.
Sorry, something went wrong.
@KeyWeeUsr Do you know if there was some pyjnius fix for numerical type conversions that could affect this?
Yes recently actually kivy/pyjnius@14fa940 I'm closing, but feel free to reopen in https://github.com/kivy/pyjnius if this is still an issue
No branches or pull requests
Got this bug today. You may be able to reproduce using this :
The text was updated successfully, but these errors were encountered: