Skip to content

Daylight saving time problem in "Load data from file" #1054

@jesperbean

Description

@jesperbean

Hi,

I ran into a problem loading data from 2025-03-30, possible due to Daylight saving time. I am using PlotJuggler 3.9.3.

Loading the below csv produces the following error:

Error reading file | Couldn't parse timestamp
Parsing format: [yyyy-MM-dd hh:mm:ss.zzz]
Time at line 6 : [2025-03-30 02:00:01.016]

If the year is changed to 2024, it does not fail.

Timestamp,Value
2025-03-30 01:59:52.016,1.0
2025-03-30 01:59:55.516,2.0
2025-03-30 01:59:56.516,3.0
2025-03-30 01:59:58.016,4.0
2025-03-30 01:59:59.016,5.0
2025-03-30 02:00:01.016,6.0
2025-03-30 02:00:01.516,7.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions