Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Assumes midnight UTC of Oct 31st #6

Open
wachunga opened this issue Nov 1, 2015 · 3 comments
Open

Assumes midnight UTC of Oct 31st #6

wachunga opened this issue Nov 1, 2015 · 3 comments

Comments

@wachunga
Copy link

wachunga commented Nov 1, 2015

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.

@helgatheviking
Copy link

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

@RenanLukas
Copy link

Same here (UTC - 3).

@wachunga
Copy link
Author

wachunga commented Nov 1, 2015

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants