Re: [sqlite] Unix Epoch Time Support

2007-12-07 Thread Scott Baker
Mark Riehl wrote: > All - We're in the process of porting an application that used MySQL > to an embedded platform running SQLite. Two of the built-in functions > we used frequently were the functions to create and convert from Unix > epochs (UNIX_TIMESTAMP(), FROM_UNIXTIME). > > Are there any

[sqlite] Unix Epoch Time Support

2007-12-07 Thread Mark Riehl
All - We're in the process of porting an application that used MySQL to an embedded platform running SQLite. Two of the built-in functions we used frequently were the functions to create and convert from Unix epochs (UNIX_TIMESTAMP(), FROM_UNIXTIME). Are there any plans to add this functionality