do not pass parameter 'localtime' to strftime()

This commit is contained in:
Uwe Steinmann 2015-09-28 13:25:00 +02:00
parent a91d385ee8
commit 33c5e313d0

View File

@ -483,7 +483,7 @@ class SeedDMS_Core_DatabaseAccess {
return "UNIX_TIMESTAMP()";
break;
case 'sqlite':
return "strftime('%s', 'now', 'localtime')";
return "strftime('%s', 'now')";
break;
}
return '';