Skip to content

Commit

Permalink
Think this is a hack
Browse files Browse the repository at this point in the history
  • Loading branch information
pikesley committed Apr 29, 2016
1 parent 61bee48 commit a042262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class ApplicationController < ActionController::Base
protected

def dst_offset
return 7200 if Time.now.dst?
return 3600 if Time.now.dst?
return 0
end
end

0 comments on commit a042262

Please sign in to comment.