The created time field is a string (not int nor float).
In this case the Time tab gets the cutelog current time (logger_tab.py:155).
How to test:
Saving the record and loading again will give always the current time and not the created time.
How to solve (proposition):
Convert the created time from str to float.