UTC or EST for Candlestick Volume?
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?
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.