79233452

Date: 2024-11-28 10:27:30
Score: 1.5
Natty:
Report link

The timezone.useUTC option is currently deprecated, and it's recommended to use the time.timezone setting. You can set this property to undefined and it should fall back to the local browser time zone.

time: {
    timezone: undefined
}

Demo: https://jsfiddle.net/BlackLabel/9kdb8er4/

API: https://api.highcharts.com/highcharts/time.timezone

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: jedrzejruta