Hi to all,
I have a problem using SQLite Date() funcion.
I have a [date] field in my db that is automatically filled by the expression : Date('Now')
If a insert a new record it work fine until 23:59 (the field it's filled by today date).
At 00:01 AM if I insert a new record the field is filled by the yesterday date not with the new date.
It's a time zone problem about SQLite Date() function ?
I have a problem using SQLite Date() funcion.
I have a [date] field in my db that is automatically filled by the expression : Date('Now')
If a insert a new record it work fine until 23:59 (the field it's filled by today date).
At 00:01 AM if I insert a new record the field is filled by the yesterday date not with the new date.
It's a time zone problem about SQLite Date() function ?