From d895cd42af318f83801b6a24b98a2fbce3cc0670 Mon Sep 17 00:00:00 2001 From: Jeremy Walker Date: Sun, 29 Dec 2024 13:40:08 +0000 Subject: [PATCH] Update start time for bootcamp --- app/controllers/bootcamp_controller.rb | 2 +- app/views/bootcamp/index.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/bootcamp_controller.rb b/app/controllers/bootcamp_controller.rb index 121d70c88f..560a44ed24 100644 --- a/app/controllers/bootcamp_controller.rb +++ b/app/controllers/bootcamp_controller.rb @@ -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 diff --git a/app/views/bootcamp/index.html.haml b/app/views/bootcamp/index.html.haml index 8089cfd627..9fbe709fac 100644 --- a/app/views/bootcamp/index.html.haml +++ b/app/views/bootcamp/index.html.haml @@ -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.