Hi Binancians. I have been writing code that collects the candlestick data from the Binance API. I data collect using historical_klines and have tested asking for UTC and EST data. My outputs always look the same. Does the data always default to UTC or will asking for EST change anything?


➔ Visit Binance now and start trading

1 Comment

  1. Grandpa_Willy on 22. August 2018 at 15:48

    timezone changes should be done client-side, not requested for the server to hold it in memory for every time zone. If you have EST and you want UTC you just need to convert your request and then convert the reply back.