SQLite Forum

Global 'local time' setting?
Login
Is there some database level setting to always use local time (i.e. define the local timezone) instead of UTC time when doing `date('now')` or `datetime('now')`?

I don't want to have to specify the timezone parameter for each date related command in the application.