From a04226208cc74c914ba98758e4f07fef2ddc7899 Mon Sep 17 00:00:00 2001 From: pikesley Date: Fri, 29 Apr 2016 09:43:18 +0100 Subject: [PATCH] Think this is a hack --- app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index f0d1244..8646a2b 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -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