Closed VR-Architect closed 2 years ago
I have updated the _products.csv seed file with dates persisted in the universal format "yyyy-MM-ddTHH:mm:ss.fffz". It is parsed at startup using DateTime.ParseExact(dateString, "yyyy-MM-ddTHH:mm:ss.fffz", null)
where passing null for the provider specify the current culture be used for parsing the string - MSDN.
Awesome response time. U rock!
Just an FYI, You have to change the dates in the Headway.SeedData project's _products.csv file to an American date format or it will crash on line 311.