Skip to content

Commit

Permalink
Update start time for bootcamp
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Dec 29, 2024
1 parent f75d594 commit d895cd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/bootcamp_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def index
@bootcamp_data.save
end

difference_in_seconds = Time.utc(2025, 1, 8, 13, 0o0, 0o0) - Time.current
difference_in_seconds = Time.utc(2025, 1, 11, 18, 0, 0) - Time.current

# Convert to days, hours, minutes, and seconds
@days = (difference_in_seconds / (24 * 60 * 60)).to_i
Expand Down
2 changes: 1 addition & 1 deletion app/views/bootcamp/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@

.faq
%h4 When does the Bootcamp start?
%p The first session will be on January 8th 2025.
%p The first session will be on January 11th 2025 at 18:00 UTC.
.faq
%h4 How much time will I need to spend each week on the bootcamp?
%p We're aiming for about 8 hours per week (See the "What your week will look like" for more details). If you can put in an hour per day, that will be enough for you to get through the main work. If you can invest an extra few hours per week, you'll be able to also complete any more advanced exercises.
Expand Down

0 comments on commit d895cd4

Please sign in to comment.