moro (owner)

Forks

Revisions

gist: 227789 Download_button fork
public
Public Clone URL: git://gist.github.com/227789.git
Embed All Files: show embed
time_to_s_rmagick_problem.rb #
1
2
3
4
5
6
7
8
9
10
11
12
13
# coding:utf8
p [ENV['LC_ALL'], ENV['LC_TIME'], ENV['LANG']]
 
t = Time.now
puts t.to_s
 
require 'rubygems'
puts t.to_s
 
require 'rmagick'
puts t.to_s