score:5

its not a bug in the library, the timestamps are shifted to universal time in the chart.

use the following code before your chart variable declaration

highcharts.setoptions({
global: {
    useutc: false
}
});

here is the reference to use this option http://www.highcharts.com/ref/#global--useutc


Related Query

More Query from same tag