coinapi-sdk
coinapi-sdk copied to clipboard
fixes #132 by allowing to pass dates as string instead of instant 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