# File lib/ice_cube/time_util.rb, line 202 def self.days_in_month(time) date = Date.new(time.year, time.month, 1) ((date >> 1) - date).to_i end