- Fixing instances storing dates as local time instead of UTC. The overall time management strategy will be implemented when we come to localization...

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043005
This commit is contained in:
suhacan
2009-12-03 02:28:01 +00:00
parent 6e36ef09b2
commit 54888399ec
5 changed files with 5 additions and 5 deletions

View File

@@ -64,7 +64,7 @@
<%= commentEntry.Comment.CommentText.Length > 23 ? commentEntry.Comment.CommentText.Substring(0, 24) : commentEntry.Comment.CommentText %> ...
<% } %>
</td>
<td><%= commentEntry.Comment.CommentDate %></td>
<td><%= commentEntry.Comment.CommentDate.ToLocalTime() %></td>
<td>
<%=Html.ActionLink(commentEntry.CommentedOn, "Details", new {id = commentEntry.Comment.CommentedOn}) %>
</td>