News archive

<% NewsPost.sort_by_post_date.each do |post| %> <%# nil.try always returns nil. in_time_zone(nil) gives UTC. so when visitor not logged in they get UTC time. %> <%end%>
<%=post.post_date.in_time_zone(current_user.try(:timezone)).strftime('%F') %> <%=simple_format h(post.message)%>