diff --git a/src/Orchard.Web/Modules/Orchard.Comments/Views/Admin/Details.aspx b/src/Orchard.Web/Modules/Orchard.Comments/Views/Admin/Details.aspx index a2d1c5dda..ecb1a42b8 100644 --- a/src/Orchard.Web/Modules/Orchard.Comments/Views/Admin/Details.aspx +++ b/src/Orchard.Web/Modules/Orchard.Comments/Views/Admin/Details.aspx @@ -83,7 +83,7 @@ <%=Html.Encode(commentEntry.Comment.CommentText.Length > 23 ? commentEntry.Comment.CommentText.Substring(0, 24) : commentEntry.Comment.CommentText) %><%=_Encoded(" ...") %> <% } %> - <%=commentEntry.Comment.CommentDateUtc.GetValueOrDefault().ToLocalTime() %> + <%=Html.DateTime(commentEntry.Comment.CommentDateUtc.GetValueOrDefault()) %>