I need help in formatted Valentina time field. I recently converted a SQLite database to valentina.  The time field in SQLite showed 1 in the morning as:<div><br></div><div>01:00:00</div><div><br></div><div>But it converted to:<br>

<div><br></div><div><p style="margin:0px 0px 0px 0px;font:11.0px Courier">00:00:00:001</p><p style="margin:0px 0px 0px 0px;font:11.0px Courier"><br></p><p style="margin:0px 0px 0px 0px;font:11.0px Courier">Because Valentina times fields also show 100ths of seconds. I would like the converted data to show as:</p>
<p style="margin:0px 0px 0px 0px;font:11.0px Courier"><br></p><p style="margin:0px 0px 0px 0px;font:11.0px Courier"><span class="Apple-style-span" style="font-family:arial;font-size:small">01:00:00</span></p><p style="margin:0px 0px 0px 0px;font:11.0px Courier">
<span class="Apple-style-span" style="font-family:arial;font-size:small"><br></span></p><p style="margin:0px 0px 0px 0px;font:11.0px Courier"><span class="Apple-style-span" style="font-family:arial;font-size:small">Is there some way to change the internal formatting of Valentina time fields? Should I just use a field type "Double" or some other number format? Or can someone write the complex SQL for me that copies this "Arrival_Time" field, changes it to correct format and saves it back.  IF the time was 01:00:00:000 then I could use Livecode to get rid of the extra zeros before I display it.</span></p>
<p style="margin:0px 0px 0px 0px;font:11.0px Courier"><span class="Apple-style-span" style="font-family:arial;font-size:small"><br></span></p><p style="margin:0px 0px 0px 0px;font:11.0px Courier"><span class="Apple-style-span" style="font-family:arial;font-size:small">Do you think this is a SQLite to Valentina conversion bug that should be fixed (for future users - too late for me)?</span></p>
<p style="margin:0px 0px 0px 0px;font:11.0px Courier"><span class="Apple-style-span" style="font-family:arial;font-size:small"><br></span></p><p style="margin:0px 0px 0px 0px;font:11.0px Courier"><span class="Apple-style-span" style="font-family:arial;font-size:small">Thanks for your help.</span></p>
</div></div>