Problem:
I'm designing a timeseries chart using Custom Chart (Chart Widget V 6.3.2). My local client is in UK timezone (UTC+1), but the custom chart datetime x-axis is showing UTC.
For example i feed the dataJson, 2026-08-05T00:00:00.000Z (Date Object).
the chart is showing "2026-08-05 00:00", but i want it to be in UK time "2026-08-05 01:00".
Attempt:
plotly.js/dist/README.md at master · plotly/plotly.js · GitHub
Result:
I purposely add "%Z" to the tickformat to check on the timezone.
Still, it is +0000.
Idea: