busimus / cutelog

GUI for logging
MIT License
479 stars 45 forks source link

Bug: Time tab not getting the created time field #20

Open spop opened 3 years ago

spop commented 3 years ago

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.