diff --git a/assets/js/office-hours.js b/assets/js/office-hours.js index 58ca40e..3df01bc 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 9:30am Pacific / 12:30am Eastern +var attrs = {day: "Friday", hour: 16, minute: 30, 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..de17ad5 100644 --- a/community.html +++ b/community.html @@ -53,8 +53,8 @@ links:

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