framework icon indicating copy to clipboard operation
framework copied to clipboard

TRestDataSet does not read the date/time properly if time is not given.

Open jgalan opened this issue 2 years ago • 0 comments

The startTime and endTime metadata members do not read properly the date if we do not provide full formatting.

E.g. if we use <parameter name="startTime" value="2023/01/01 00:00" /> it will work fine.

However, if we do <parameter name="startTime" value="2023/01/01" /> it will not work properly.

jgalan avatar Mar 09 '23 11:03 jgalan