Update office-hours.js

This commit is contained in:
Bex Warner
2018-08-23 14:12:07 -05:00
committed by GitHub
parent d4401b696f
commit e0707ee65d

View File

@@ -3,8 +3,8 @@
// Change to true to show nags
var debug = false;
// Adjust to Thursday at 17:00 UTC / 1pm EDT
var attrs = {day: "Thursday", hour: 17, minute: 0, second: 0, millisecond: 0}
// Adjust to Thursday at 18:00 UTC / 2pm EDT
var attrs = {day: "Thursday", hour: 18, minute: 0, second: 0, millisecond: 0}
var start = moment().utc().set(attrs)
// If it's already passed today, go to the next occurrence