From my iPhone app I insert some data in my sqlite database that include a date using the CURRENT_TIMESTAMP default value. Everything works great except for the fact that the time is 1 hour behind the time it should be. And that happens both on the device and the Simulator. Any sqlite settings (like current time) i can access somewhere?
If you want to see the code I am using for that you can take a look at my answer to this post: sqlite datetime data type with iphone NSdate?