Thank you. I understand why it’s doing it better, but I don’t know how to make it stop doing it.
I’m open to any suggestions.
When you enter the date in the profile, it is not a full DateTime object. My guess is that some portions of the DateTime are added to what you entered to make a complete DateTime. A quick REST call on my O365 tenant shows my birthday as:Â 11/21/2000 12:00:00 AM. I did not include the time nor did I include the year when I filled in the Birthday field. I think the issue with Delve is that it is trying to display that DateTime like it would any other DateTime. It see it as UTC since there is no time zone information and when the adjustment is made for the user’s local time zone, it puts the date into the previous day.