Skip to content

Instantly share code, notes, and snippets.

@nicolasblanco
Created May 23, 2013 14:18
Show Gist options
  • Select an option

  • Save nicolasblanco/5636398 to your computer and use it in GitHub Desktop.

Select an option

Save nicolasblanco/5636398 to your computer and use it in GitHub Desktop.
1.9.3 (#<#<Class:0x007fb716d2f9e0>:0x007fb716d36100>):0 > f.object.pm_updated_at
=> Wed, 27 Feb 2013 15:33:22 +0100
1.9.3 (#<#<Class:0x007fb716d2f9e0>:0x007fb716d36100>):0 > f.object.pm_updated_at.class
=> DateTime
1.9.3 (#<#<Class:0x007fb716d2f9e0>:0x007fb716d36100>):0 > I18n.l(f.object.pm_updated_at)
=> "27 f\xC3\xA9vrier 2013 15:33:22"
1.9.3 (#<#<Class:0x007fb716d2f9e0>:0x007fb716d36100>):0 > I18n.l(f.object.pm_updated_at).encoding
=> #<Encoding:US-ASCII>
1.9.3 (#<#<Class:0x007fb716d2f9e0>:0x007fb716d36100>):0 > I18n.l(DateTime.now)
=> "23 mai 2013 16:17:35"
1.9.3 (#<#<Class:0x007fb716d2f9e0>:0x007fb716d36100>):0 > I18n.l(DateTime.now).encoding
=> #<Encoding:UTF-8>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment