Created
May 23, 2013 14:18
-
-
Save nicolasblanco/5636398 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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