From 3e973837ab6b074e14248a2aa26a7e1542505874 Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Thu, 22 Aug 2013 12:29:41 -0700 Subject: [PATCH] Fixing datetime format in comments. zzz is not valid for UTC values, Z is expected instead --- .../Modules/Orchard.Comments/Views/CommentMetadata.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.Comments/Views/CommentMetadata.cshtml b/src/Orchard.Web/Modules/Orchard.Comments/Views/CommentMetadata.cshtml index 72cde0bd9..6bc27de27 100644 --- a/src/Orchard.Web/Modules/Orchard.Comments/Views/CommentMetadata.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Comments/Views/CommentMetadata.cshtml @@ -3,4 +3,4 @@ CommentPart comment = Model.ContentPart; } -@T("said") \ No newline at end of file +@T("said") \ No newline at end of file