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
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
It looks like Poloniex changed their trade history date time format from yyyy-MM-dd HH:mm:ss to yyyy-MM-dd HH:mm:ss.n. The problem is this change is not universal, but seemingly only for the trade history date.
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);
The text was updated successfully, but these errors were encountered: