Converting UTC time in model to Local time in view
I have a C# model that includes a list of items, and each item has a DateTime property containing a time that is represented as UTC.
I have a C# model that includes a list of items, and each item has a DateTime property containing a time that is represented as UTC.