localtime and sqlite3
in
Contributed Library Questions
•
1 year ago
Hello, I can't understand well how sqlite time and dates work in processing. I have a db with a column timestamp saved as integer. If I query the db from a dbms with this:
Running the same code into processing (using de.bezier.data.sql.* library), I always obtain the gmt time. Is it possible processing can't access my OS clock and so it can't know where I am?
Thanks
- SELECT datetime(data,'localtime') as italyTime FROM myTable
Running the same code into processing (using de.bezier.data.sql.* library), I always obtain the gmt time. Is it possible processing can't access my OS clock and so it can't know where I am?
Thanks
1