There is an easy way to have Message.DateUTC property.
Just update extension method DateTimeExtensions.ParseDate(value, parseAsUTC) to return UTC date as well.
Is it worth adding new property? It is required for me, I`ve made a patch for myself.
Just update extension method DateTimeExtensions.ParseDate(value, parseAsUTC) to return UTC date as well.
Is it worth adding new property? It is required for me, I`ve made a patch for myself.