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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue