How can I retrieve the dates of my events from my iPhone? I've just got an sqlitedb file left. Which was luckily stored on my pc. But how do I decipher which date and time it is?
Below is the table of my calendar...
How can I retrieve the dates of my events from my iPhone? I've just got an sqlitedb file left. Which was luckily stored on my pc. But how do I decipher which date and time it is?
Below is the table of my calendar...
SQLite knows different ways to encode a date. I would use a reader like this http://code.google.com/p/sqlite-manager/ which could help. Have a looke here http://www.sqlite.org/datatype3.html (1.2) maybe you can find whihc format is used in your case.