Date description
How can I retrieve the dates of my events f开发者_如何学编程rom 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...
http://img696.imageshack.us/i/calendersqlite.jpg/
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.
精彩评论