<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>SQLite on Remko's Blog</title><link>https://remkoweijnen.nl/blog/tags/sqlite/</link><description>Recent content in SQLite on Remko's Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 14 Apr 2013 15:59:45 +0000</lastBuildDate><atom:link href="https://remkoweijnen.nl/blog/tags/sqlite/index.xml" rel="self" type="application/rss+xml"/><item><title>Timestamp column in iOS SQLite database</title><link>https://remkoweijnen.nl/blog/2013/04/14/timestamp-column-in-ios-sqlite-database/</link><pubDate>Sun, 14 Apr 2013 15:59:45 +0000</pubDate><guid>https://remkoweijnen.nl/blog/2013/04/14/timestamp-column-in-ios-sqlite-database/</guid><description>&lt;p&gt;I was researching a database from an iOS app called &amp;lt;appname&amp;gt;.sqlite. From the filename it was obvious that we were dealing with an SQLite database.&lt;/p&gt; &lt;p&gt;I opened the database with &lt;a href="http://sqlitebrowser.sourceforge.net/" target="_blank"&gt;SQLite Database Browser&lt;/a&gt; and the table I looked at has datetime values which are expressed in the TIMESTAMP data format in SQLite:&lt;/p&gt; &lt;p&gt;&lt;a class="glightbox thickbox" href="https://remkoweijnen.nl/blog/wp-content/uploads/2013/04/SNAGHTMLb5e026b.webp" data-type="image" data-gallery="post-3221"&gt;&lt;img loading="lazy" decoding="async" style="display: inline" title="SNAGHTMLb5e026b" alt="SNAGHTMLb5e026b" src="https://remkoweijnen.nl/blog/wp-content/uploads/2013/04/SNAGHTMLb5e026b_thumb.webp" width="412" height="316" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;SQLite documentation indicates that the TIMESTAMP format is based on unix time: the number of seconds elapsed since 01-01-1970 in UTC time.&lt;/p&gt;</description></item></channel></rss>