Even for local databases - which SQLite isn't - it makes sense to always handle dates as UTC unless it is for your mother's agenda application.(i.e. hobby programmers)
Since when is SQLite NOT a local Database?
I'm with you Zvoni
I regard it as local as well.
There are many ways this cat can be skinned (relatively speaking) ... (1) strftime() works, (2) setting up on DisplayText handler at the field level, or (3) setting displayFormat of column?
Also I would only though store a date/datetime as a numeric of sometime that easily allows for the date functions to be used on the field in a query, and that is whether I'm working in seconds, hours, days or months. Don't have to make it harder than it needs to be. (I also have a couple of vids on (1) and (2) as well.)