Confusion regarding utc offset in timestamps in the data returned by historical api

chanzerre
chanzerre edited May 2022 in Python client
Historical data api returns data with timestamps in rfc3339 format but has an utc offset of +0530, which is confusing.
Example 2017-12-15T09:15:00+0530. Shouldn't it be just 2017-12-15T09:15:00 since it already represents local time.
Sign In or Register to comment.