Tip: Timezone problem

Problem:

Date Mismatch

Before:

 

The actual data in db:

 

Data passed:

Solution:

Add below codes:

		Highcharts.setOptions({ // This is for all plots, change Date axis to local timezone
			global : {
				useUTC : false
			}
		});

Result:  

 

posted @ 2015-05-19 12:10  rongbin  阅读(87)  评论(0编辑  收藏  举报