I had made one highchart in that tooltip is shows date and time in format but it is showing wrong date and time.
Please go through the code below.
you need to set utc false in global option of highcharts.
Highcharts.setOptions({ global: { useUTC: false } });
see Updated fiddle here