[3/3]: Patch smsd/sqlite: Several bug fixes / optimizations
From:
Pedro Aguilar
Subject:
[3/3]: Patch smsd/sqlite: Several bug fixes / optimizations
Date:
Sat, 23 Mar 2013 11:02:08 +0100
Hi,
This patch fixes a corrupted date/time insert in table outbox. Without this patch the inserted date had this format: 13-03-23 10:26:09 instead of 2013-03-23 10:26:09
Given that the 'insertdate' column in the same table outbox and the date/time columns in the inbox tables use the format YYYY-MM-DD hh:mm:ss, I assumed that the format YY-MM-DD hh:mm:ss was not valid.