Skip to content

Commit

Permalink
Merge pull request #9 from isleofruby/feature/expand-activites-time
Browse files Browse the repository at this point in the history
🕐 expand activities time, accounting for BST
  • Loading branch information
myabc authored Apr 10, 2018
2 parents c5c3ae5 + 8f101d1 commit 33a6992
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/application.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
defaults: &defaults
event:
name: "Isle of Ruby"
start_time: 2018-04-10 00:00:00
end_time: 2018-04-18 23:59:59
start_time: 2018-04-10T00:00:00+0100
end_time: 2018-04-18T23:59:59+0100
host: "activities.isleofruby.org"
mailers:
from: "activities@isleofruby.org"
Expand All @@ -23,8 +23,8 @@ test:
<<: *defaults
event:
name: "Isle of Ruby"
start_time: 2018-04-10 00:00:00
end_time: 2018-04-18 23:59:59
start_time: 2018-04-10T00:00:00+0100
end_time: 2018-04-18T23:59:59+0100

staging:
<<: *defaults
Expand Down

0 comments on commit 33a6992

Please sign in to comment.