hacktoberfest-verify
hacktoberfest-verify copied to clipboard
Assumes midnight UTC of Oct 31st
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.
Same. :) I had two prs late on October 31 (central us time) that aren't getting picked up by the script.
Same here (UTC - 3).
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