Why is the timestamp converted to seconds in a format such as 25.800, where 800 is milliseconds? The problem is that there is a 0 at the end but when it is stored in the database, it is gone and becomes 25.8. This field type uses float. Is there anything I can do? Is it stored as 25.800? ?
But why do we need to save two zeros? Wouldn't it be better to convert it when taking it out?