diff --git a/assets/js/office-hours.js b/assets/js/office-hours.js index 58ca40e..de24c42 100644 --- a/assets/js/office-hours.js +++ b/assets/js/office-hours.js @@ -3,8 +3,8 @@ // Change to true to show nags var debug = false; -// Adjust to Thursday at 18:00 UTC / 2pm EDT -var attrs = {day: "Thursday", hour: 18, minute: 0, second: 0, millisecond: 0} +// Adjust to Friday at 16:00 UTC / 12pm EDT +var attrs = {day: "Friday", hour: 16, minute: 0, second: 0, millisecond: 0} var start = moment().utc().set(attrs) // If it's already passed today, go to the next occurrence diff --git a/community.html b/community.html index cc7e3d2..1ff3cf8 100644 --- a/community.html +++ b/community.html @@ -53,8 +53,8 @@ links:

Join us every - Thursday at - 18:00 UTC + Friday at + 16:00 UTC to give feedback, ask questions, get help, or just chat about ideas.