score:23

Accepted answer

Try adding this code before declaring the chart

Highcharts.setOptions({      
  time: {
    useUTC: false
  }
});

By default highchart used UTC times. By adding the code above it will use the time zone of the browser.


Related Query

More Query from same tag