hacktoberfest-verify icon indicating copy to clipboard operation
hacktoberfest-verify copied to clipboard

Assumes midnight UTC of Oct 31st

Open wachunga opened this issue 9 years ago • 3 comments

The request syntax here will use midnight UTC as the cut off date.

Is that official? For (procrastinating) westerners like myself, that would be unfortunate.

wachunga avatar Nov 01 '15 07:11 wachunga

Same. :) I had two prs late on October 31 (central us time) that aren't getting picked up by the script.

helgatheviking avatar Nov 01 '15 11:11 helgatheviking

Same here (UTC - 3).

RenanLukas avatar Nov 01 '15 14:11 RenanLukas

Here's a concrete example.

Current behaviour:

curl https://api.github.com/search/issues?q=author:wachunga+type:pr+created:2015-10-01..2015-10-31

vs Pacific time (-07:00):

curl https://api.github.com/search/issues?q=author:wachunga+type:pr+created:2015-10-01T00:00:00-07:00..2015-10-31T23:59:59-07:00

wachunga avatar Nov 01 '15 15:11 wachunga