How do you format Rails timestamps in a more human-readable format? If I simply print out created_at or updated_at in my view like this:
created_at
updated_at
Also
<%= l scenario.created_at, :format => :sample) %>
And in locales/en.yml(depending of language)
en: time: formats: sample: '%d.%m.%Y'
To learn more, see - http://guides.rubyonrails.org/i18n.html