I feed my Series Chart with UTC values. The attribute UseUTC is false. Highcharts now correctly displays the individual client-side local time zone, as well as the daylight changeover. But now the problem is that for policy reasons, the user specifies to display the current time zone in the corresponding code for each timestamp (e.g. MESZ/MEZ when german language, CEST/CET when english language, etc.).
1. is there a possibility to add the time zone to the X-axis time label? (Codes, or external formatter function)
2. does Highcharts already provide a functionality for the correct time zone display within the Time class?