/ Published in: Ruby
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
t = Time.now.utc puts t 2.upto(36) { |r| puts r.to_s + " : " + t.to_i.to_s(r) }