lolwhoops, measure prank-funniness in PST
This commit is contained in:
parent
4532ecccd5
commit
a326f09eda
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ class Color < ActiveRecord::Base
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.pranks_funny?
|
def self.pranks_funny?
|
||||||
today = Date.today
|
now = Time.now.in_time_zone('Pacific Time (US & Canada)')
|
||||||
today.month == 4 && today.day == 1
|
now.month == 4 && now.day == 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue