Weird function behavior
Weird function behavior
I think possible your platform have a bug... one out of the lines below does not compile:
string2 ="2018-03-11 02:17:17";
info string2;
info string2.toTime(); //this line does not compile; very very strange
string3 ="2018-03-12 04:15:17";
info string3 ;
info string3.toTime();
Can you investigate? I am on C4 not C5.