You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2026. It is now read-only.
When I try call returnTradeHistory there was issue with parsing date.
Java exceotion:
java.time.format.DateTimeParseException: Text '2021-10-23 19:32:05.000000' could not be parsed, unparsed text found at index 19
When I try call returnTradeHistory there was issue with parsing date.
Java exceotion:
java.time.format.DateTimeParseException: Text '2021-10-23 19:32:05.000000' could not be parsed, unparsed text found at index 19
Calss PoloniexExchangeService line: 264
tradeHistory = mapper.mapTradeHistory(tradeHistoryData);