-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update with --due seems to be off by one day #3
Comments
Hmm I do not process the date at all - we just forward it to the Github API which parses it in UTC. https://developer.github.com/v3/issues/milestones/#update-a-milestone So I think it's more of a timezone issue here we should read it using machine's timezone and forward it properly. Is it what happened to you @adius? (what's your timezone?) |
All my digital devices are set to UTC. Exactly to avoid any timezone issues =D |
I ran |
Also running |
@adius would you be interested in becoming a maintainer of this project? |
If you are OK with me changing the style guide to https://github.com/style-guides/JavaScript 😉 |
When I run
ghm milestone update 2017-W33 --due 2017-08-21
the due date on GitHub is displayed as2017-08-20
. Seems like a misunderstanding what the term due date means. (inclusive or exclusive) 🙈The text was updated successfully, but these errors were encountered: