-1

I made a webpage what is displaying an AnyChart table. The problem is the displayed clock is always 3 hours late. On the following picture the mouse is on a point with the ['2020-08-31 20:12:25 ',29.7,97.4,0.8,0,5.2,9.5,0,30.5,0] data.

enter image description here

How can I correct the timezone? The anychart.format.inputLocale('en-gb'); anychart.format.outputLocale('en-us'); lines not changed on the timezone nothing. Thanks in advance.

Alapan Das
  • 17,144
  • 3
  • 29
  • 52
pdavdika
  • 1
  • 1

1 Answers1

-1

As a default, the chart applies the local timezone offset. If you want to avoid it, you can apply the dateTime pattern manually and the chart will parse the dateTime values as is. For details, check the sample and pay attention to line 3.

AnyChart Support
  • 3,770
  • 1
  • 10
  • 16