Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # gem install activesupport
  2. # runner.rb | sh
  3.  
  4. require 'active_support/values/time_zone'
  5.  
  6. ActiveSupport::TimeZone::MAPPING.values.each do |zone|
  7. puts "TZ=#{zone} opal -e 'print \"#{zone}: \"; puts Time.at(9999999).yday'"
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement