mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-04-29 20:55:40 +08:00
Update time for DST
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
var debug = false;
|
||||
|
||||
// Adjust to Friday at 9:30am Pacific / 12:30am Eastern
|
||||
var attrs = {day: "Friday", hour: 16, minute: 30, second: 0, millisecond: 0}
|
||||
var attrs = {day: "Friday", hour: 17, minute: 30, second: 0, millisecond: 0}
|
||||
var start = moment().utc().set(attrs)
|
||||
|
||||
// If it's already passed today, go to the next occurrence
|
||||
|
||||
Reference in New Issue
Block a user