Error in making timer

oh yes... sorry, I have overseen it...
this is because in TinyDB you can't store instants...
they look like instants, but are not instants anymore after getting them back from TinyDB

if you really want to use TinyDB to store your start date, you have to store it as millis and convert it back into an instant... the clock component offers a method for that

Taifun

1 Like