From ca4c421b1bf2d352f5cab3ab390ab67b43f0b141 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Fri, 18 May 2018 07:42:39 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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