Skip to content

Commit

Permalink
Merge pull request #287 from umts/werebus/time-zone
Browse files Browse the repository at this point in the history
Fix test failure after 8pm
  • Loading branch information
werebus authored Jul 27, 2023
2 parents 05fb7e5 + 94eef69 commit 334b3ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.1

config.time_zone = 'Eastern Time (US & Canada)'

config.on_call = config_for(:on_call)
end
end

0 comments on commit 334b3ba

Please sign in to comment.