I am using angular frontend to display highcharts Gantt with an API call to Sql Database to get Data.
However the CurrentDateIndicator is showing incorrectly. Current Time is 10:45 AM displayed Time is 9:45 AM
Changing the Timezone has no impact but if I add a timezoneOffset as below the currentDateIndicator is current but the start and end times are also offset resulting in incorrect data being displayed. Can you suggest a way to resolve this?
time: {
timezone: 'EUROPE/DUBLIN',
timezoneOffset: -60,
},