Using teamcitysharp to build a dashboard. Where retrieving a StartDate build from the build it always returns the date as Date = {1/1/0001 12:00:00 AM} instead of correct failure date.
Is this a known issue or there is a something that I am missing to get the startDate correctly.
LastBuildTime = build.StartDate.ToString("dd/MM/yyyy HH:mm:ss"),
always returns {1/1/0001 12:00:00 AM}.