Comment 7 for bug 1074602

Revision history for this message
McFry (timo-latecrew) wrote :

Storing the epoch-date on the sync server is no problem, but when tomboy pulls the note it performs some date calculations and somehow tries to substract from the epoch date (which will cause an overflow exception). As a workaround, one could send a newer timestamp as the create-date, like i.e. 1.1.2000. That might fix the sync issues without having to patch tomboy.

Nonetheless, tomdroid should store the create-date for a note, since it is usefull information to the user. So maybe put this into a another bugreport titled "Save note creation date in the database".

By the way, the sync server I am working on is now on github and has extensive logging, might be usefull for any tomdroid user or developer: https://github.com/Dynalon/Rainy