I am plotting a simple time series line chart with the following details:
x = series of timestamps (date and time)
y = series of integers
When I plot the data, the graph was x-axis values shifted back by 5 hours and 30 mins.
So for instance, if the value in the series being plotted on x-axis is ‘2019-01-07 20:45:00’ it gets plotted on the chart as ‘2019-01-07 15:15:00’
Any ideas/thoughts on why this is happening? I keep thinking I am missing something really obvious here.