Dear SQLITE users,

I am facing issue with sqlite3 on arm board.

when compiled with gcc and used on X86 PC , the query "select date(\"now\")"
shows correct date.

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.

I have also tried to use clock_gettime() but gets the same output on board.

Please provide your valuable suggestions to overcome this issue.

Thanks in Advance.

Regards,
Jitendar Kumar
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to