|
|
|
@ -76,6 +76,9 @@ Be sure to call `close` on the API container class (`GeneralUtilities`, `MarketD
|
|
|
|
|
Dates coming in from Binance have a UTC time zone. You can check this by calling `generalUtilities.getExchangeInfo()` and checking |
|
|
|
|
the value of the `timezone` field. |
|
|
|
|
|
|
|
|
|
Dates are returned to you in the form of a `long`, so understanding that the date coming back is UTC you should be able to convert |
|
|
|
|
it in a straight forward way to a Java 8 Date data type. |
|
|
|
|
|
|
|
|
|
## Examples |
|
|
|
|
|
|
|
|
|
### Server alive check with ping |
|
|
|
|