You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
( My server is using UTC timezone, and my client is UTC +8 )
In the extended graph, the X-axis is using UTC +0. But the Hover details is using UTC +6 hours. I guess Graphitus converts the hover details to the client TZ. In the code, there is one line that seems to be the cause :
( My server is using UTC timezone, and my client is UTC +8 )
In the extended graph, the X-axis is using UTC +0. But the Hover details is using UTC +6 hours. I guess Graphitus converts the hover details to the client TZ. In the code, there is one line that seems to be the cause :
https://github.com/ezbz/graphitus/blob/master/js/extended-graph.js#L136
Changing this into the below worked for me - the hover details are now using UTC+8
The text was updated successfully, but these errors were encountered: