Timezone on Highcharts
highcharts, javascript, timezone
Solution
It's one of those days
I'm in the UK so UTC true or false gives the same results since I am in GMT. My discrepancy between my expected displayed time was due to a parsing issue in PHP to unixTime.
Problem
As far as I understand the default for Highcharts is to UTC. I have tried to do as suggested by the answer in this post Highcharts graph X-axis label for different date ranges. If I understand correctly this should set the timezone to be that of the browser. I've tested this on jsFiddle and toggling the `useUTC` option seems to have no effect. http://jsfiddle.net/looneyp/me3ry/ Question: What am I doing wrong above and how do you set the time zone correctly?