From 0af8c6c39ade4388d014fdfa0736be138d299b2e Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Fri, 18 May 2018 07:45:54 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6fd60a9..bc0c29a 100644 --- a/README.md +++ b/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