Closed
Description
I first ran into this issue on my own project, then noticed that its also happening on the Timeseries Chart example.
http://c3js.org/samples/timeseries.html
The chart should start on 2013-01-01 and end 2013-01-06 ... but the chart shows it shifted 1 day into the past. So it starts on 2012-12-31 and ends on 2013-01-05.
This causes the data points to be shown on the wrong dates.