Time Series Chart: the "series" property must contain chronological data when trending data across DST switches

Hello,

I’m experiencing an issue where the Time Series chart comes up with a Component Error when trending data across the switch from local daylight time to daylight saving time.

Is there a way to tell the time series chart to use UTC time?

Ignition version: 8.1.3 (b2021030309)

It looks like the client-side is throwing the exception here.

Here’s the client side stack trace if it is even remotely helpful:

Error: The "series" property must contain data in chronological order.
    renderErrorDisplay https://<domain>/res/perspective/js/PerspectiveTimeseriesCharts.be6fb61eb242560695b3.js:23
    render https://<domain>/res/perspective/js/PerspectiveTimeseriesCharts.be6fb61eb242560695b3.js:23
    Ne https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:103
    Bh https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:103
    Lj https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:230
    $h https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:137
    Fj https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:137
    We https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:132
    Rg https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:60
    unstable_runWithPriority https://<domain>/res/perspective/js/react.production.min-16.11.0.js:25
    pb https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:59
    Rg https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:60
    ca https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:60
    Ja https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:226
    enqueueSetState https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:216
    setState https://<domain>/res/perspective/js/react.production.min-16.11.0.js:21
    updateData https://<domain>/res/perspective/js/PerspectiveTimeseriesCharts.be6fb61eb242560695b3.js:23
    notifyListeners https://<domain>/res/perspective/js/PerspectiveClient.0986560fc0befd4395c6.js:12
    notifyListeners https://<domain>/res/perspective/js/PerspectiveClient.0986560fc0befd4395c6.js:12
    o https://<domain>/res/perspective/js/PerspectiveClient.0986560fc0befd4395c6.js:12
react-dom.production.min-16.11.0.js:112:381

I also see this on Ignition version 8.1.0 (b2020110211):

Error: The "series" property must contain data in chronological order.
    renderErrorDisplay https://<domain>/res/perspective/js/PerspectiveTimeseriesCharts.ff5272873cd1bb3a5046.js:23
    render https://<domain>/res/perspective/js/PerspectiveTimeseriesCharts.ff5272873cd1bb3a5046.js:23
    Ne https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:103
    Bh https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:103
    Lj https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:230
    $h https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:137
    Fj https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:137
    We https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:132
    Rg https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:60
    unstable_runWithPriority https://<domain>/res/perspective/js/react.production.min-16.11.0.js:25
    pb https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:59
    Rg https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:60
    ca https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:60
    Ja https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:226
    enqueueSetState https://<domain>/res/perspective/js/react-dom.production.min-16.11.0.js:216
    setState https://<domain>/res/perspective/js/react.production.min-16.11.0.js:21
    updateData https://<domain>/res/perspective/js/PerspectiveTimeseriesCharts.ff5272873cd1bb3a5046.js:23
    notifyListeners https://<domain>/res/perspective/js/PerspectiveClient.01762c3892cd04e95710.js:12
    notifyListeners https://<domain>/res/perspective/js/PerspectiveClient.01762c3892cd04e95710.js:12
    t https://<domain>/res/perspective/js/PerspectiveClient.01762c3892cd04e95710.js:12
react-dom.production.min-16.11.0.js:112:381

Did you ever get an answer I have the same error