I am developing an iPhone application that persists data to a SQLite3 database.
For each row I persist I wish to include a \'created date\' and a \'last modified da
How get a datetime column in SQLite with Objective C