selda icon indicating copy to clipboard operation
selda copied to clipboard

Use "+HH:MM" suffix instead of "+HHMM" when storing datetime's as text

Open alexmingoia opened this issue 3 years ago • 1 comments

This fixes issue with Sqlite date/time functions not working. Sqlite only supports "+HH:MM" suffix with colon, see https://www.sqlite.org/lang_datefunc.html#time_values

alexmingoia avatar Sep 30 '21 12:09 alexmingoia

I'm not sure why tests are failing here... They are passing on my local copy.

alexmingoia avatar Oct 01 '21 04:10 alexmingoia