You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
use the ruby method local time. in my example, i have an object post with an attribute created_at that is a date/time. You display this in local time with formatting as follows:
<%= post.created_at.localtime.strftime("%-m/%-d/%Y at %-I:%M %p") %>