I\'ve got a strange problem with date translations in my Ruby On Rails 3 application, and I really don\'t understand why...
Here are my en.yml and
en.yml
Where do these wrong "formats" come from ?
Because created_at is a DateTime, rails using time formats (not date).
created_at
time
date
https://github.com/svenfuchs/rails-i18n/blob/master/rails/locale/en.yml#L195
time: am: am formats: default: ! '%a, %d %b %Y %H:%M:%S %z'