Home › Forums › Chart Support › MySQL xAxis date format › Reply To: MySQL xAxis date format
Apparently you have to use milliseconds. I’m using strtotime in PHP:
strtotime($x) * 1000-3600000
the 3600000 is because I’m on UTC.