Hi R&D team,
I get the information from Data Log to display on the screen.
It's DataTime has millisecond ('yyyy-MM-dd HH:mm:ss:fff') and sentence has "DateTime + Log information".
But when display, it's become:
Lost "hh:mm:ss:fff" and "hh:mm:ss:fff + log information" information.
Because when getGridData in framework, missing this "hh:mm:ss:fff" format case.
And when sentence contains DateTime, all information is lost.
I have handle this case manually in the framework, hope R&D team improve it in the next version.
Regards.