Browse Source

Update README.md

master
Taylor Bockman 6 years ago committed by GitHub
parent
commit
0af8c6c39a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      README.md

3
README.md

@ -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

Loading…
Cancel
Save