Hello,
we have a SharePoint with regional setting: TimeZone UTC+1.
In a SharePoint list, we have 3 dates: BirthDate, NameDate and ContractDate. We store only date information. So no time information is actively stored.
I know, SharePoint is storing DateTimes in UTC, but the problem is: depending on the date, SharePoint seems to store the information in "normal" or "summer"-time - so more or less the same as daylight saving time in the US.
Example:

As you can see, the time difference to the actual entered date in SharePoint is between 1 or 2 hours.
How can I handle this? I want to do my next steps (calculations, conditions) based on the "correct" day.