On 2/28/2011 1:56 PM, Christoph Pleger wrote:
Hello,How can I look at the timestamps? By opening my database with sqlite3 and then enter "select * from expires;"? I did that and it showed: christoph|Trash|1298917682 How can I check if this timestamp is correct? It is not really human readable.
[~] # date -u -d @1298917682 Mon Feb 28 18:28:02 UTC 2011 [~] #