selda
selda copied to clipboard
Use "+HH:MM" suffix instead of "+HHMM" when storing datetime's as text
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
I'm not sure why tests are failing here... They are passing on my local copy.