I have a custom table in my dynamics environment. This custom table store information on employments, and include a start date field. I have a view on this table which is displayed on a subgrid on the main form of the contact table. The view contains the start date field.
Some of the employments have been migrated to dynamics and have the start date 1899-12-31T23:00:00Z. The field has user local behaviour and all users are located in UTC+2. The date is displayed as1899-12-31 on the form.
However, on the view in the subgrid, the date displays as 1900-01-01. I have no clue as to why the date differ between the form and the view on the same entity. Any ideas?