-
Couldn't load subscription status.
- Fork 199
fixes #132 by allowing to pass dates as string instead of instant for… #135
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
base: master
Are you sure you want to change the base?
fixes #132 by allowing to pass dates as string instead of instant for… #135
Conversation
Corrections, no semi-colons in python, please
add oms directory
* support for reconnecting has been added * Update pom.xml Co-authored-by: Artur Pietrzyk <Svisstack@users.noreply.github.com>
…nstant for the java sdk because instant.now() might have higher precision the 7 on jdk > 8
|
there is no way to force object to produce string with correct number of digits in the precision? |
|
there is, but it's not very flexible - since there are a lot of possible formats: https://docs.coinapi.io/#time i would leave this to the user - especially to reduce errors like this one, where a change in the JDK changes the behaviour of the application |
819b4fc to
ded59d3
Compare
… the java sdk because instant.now() might have higher precision the 7 on jdk > 8