update users set data='2018-08-28 12:00:00' where UserId=999929921; update users set data=datetime('2018-08-28 12:00:00') where UserId=999929921; It’s like a date, but as soon as you are going to do something with that date, for example, it can take it away from another date, it immediately writes the wrong date format.
How to add time to the database correctly?