lolwhoops, measure prank-funniness in PST

This commit is contained in:
Emi Matchu 2014-04-01 19:10:44 -05:00
parent 4532ecccd5
commit a326f09eda

View file

@ -30,7 +30,7 @@ class Color < ActiveRecord::Base
end
def self.pranks_funny?
today = Date.today
today.month == 4 && today.day == 1
now = Time.now.in_time_zone('Pacific Time (US & Canada)')
now.month == 4 && now.day == 1
end
end