framework
framework copied to clipboard
TRestDataSet does not read the date/time properly if time is not given.
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.