Sqlite: CURRENT_TIMESTAMP is in GMT, not the timezone of the machine
I found on the sqlite documentation (https://www.sqlite.org/lang_datefunc.html) this text: Compute the date and time given a unix timestamp 1092941466, and compensate for your local timezone. That didn’t look like it fit my needs, so I tried changing the “datetime” function around a bit, and wound up with this: That seems to work – is that … Read more