<div dir="ltr">is there a way to convert a string representing a time (without date) to a time, eg:<div><br></div><div>auto t = "19:03:40.143656";</div><div>auto a=SysTime.fromTimeString(t); // doesn't exist</div><div><br><div><br><div>My current workaround is to append a dummy date before and then calling SysTime.fromSimpleString.</div></div></div><div><br></div><div>Is there a better way? seems needed</div><div><br></div></div>