jason weaver wrote: > I've searched and searched but haven't found anything that really answers > this question. If I've missed something, please point me in the right > direction. > > I want to put the "right" type of timestamp in my dbase. According to my > research, the "right" type is like this: > - create table my_table(date_stuff real);
Where did you find the "right" way to do timestamps? I've always used unixtimes and never had a problem. It's extremely portable across all systems and languages. Working with Julian datetimes is a little more complicated, in my experience. - Scott _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users