Quoth jitendar kumar <[email protected]>, on 2013-10-19 14:48:46 +0530: > but the same compiled with ARM - Cortex A15 cross compiler and the query > executed on arm board it gives the output of EPOCH time. i guess the > function > gettimeofday() fails to add the time to the default EPOCH time.
That sounds like it's not an SQLite-specific problem; if so, that's leading off-topic. Do other programs that use gettimeofday or clock_gettime also return an incorrect time when executed in this environment? Does the ARM board actually _have_ real-time clock hardware to store the current time in between resets? If so, is it set properly? If not, how is the current time acquired by the OS? ---> Drake Wilson _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

