This is as designed. If you enter a date with localized yes, the UTC Datetime is stored. In Europe often 1-3 hours before the localized datetime.
The date entry is without time. If you use a date editor with format date+time you could set it to 4 march 2021 12:30. In the database it will be something like 4 march 8:30.
if you need the real datetime in the database, set localized no or do some manipulation like
addHours(trimToDays($Date), 12)
Hi Harsh Bhanushali,
check the utc for data and time or set the date type localize no