开发者

Date description

开发者 https://www.devze.com 2023-01-04 21:05 出处:网络
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?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消