diff --git a/README.md b/README.md index c85d1d0..6fd60a9 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,11 @@ In the event an unknown error occurs, the code will throw an `UnexpectedErrorExc Be sure to call `close` on the API container class (`GeneralUtilities`, `MarketData`, etc) in order to close the `CloseableHttpClient` resource. +### Dates + +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. + ## Examples ### Server alive check with ping