Adjust office hours time ahead 1 hour

This commit is contained in:
Brandon Keepers
2017-12-14 10:54:42 -06:00
committed by GitHub
parent ca543bc4eb
commit 108054ee66

View File

@@ -3,8 +3,8 @@
// Change to true to show nags
var debug = false;
// Adjust to Thursday at 17:00 UTC / 1pm Eastern
var attrs = {day: "Thursday", hour: 17, minute: 0, second: 0, millisecond: 0}
// Adjust to Thursday at 18:00 UTC / 1pm EST
var attrs = {day: "Thursday", hour: 18, minute: 0, second: 0, millisecond: 0}
var start = moment().utc().set(attrs)