valeriobelli / gh-milestone

GitHub CLI extension for managing Milestones
MIT License
54 stars 2 forks source link

Milestone due-date off by one day #19

Closed bclyons12 closed 1 year ago

bclyons12 commented 1 year ago

Description When I try to create a new milestone and assign the due-date at command line, the milestone created has a due-date on day sooner.

Current behavior

Creating milestone in ProjectTorreyPines/QED.jl

https://github.com/ProjectTorreyPines/QED.jl/milestone/1
Lyons% gh milestone view 1
test OPEN - 0% complete
Due by 2023-1-21 - Last updated at 2023-1-11

This is a test

Expected behavior

Lyons% gh milestone create --title test --description 'This is a test' --due-date 2023-01-22
Creating milestone in ProjectTorreyPines/QED.jl

https://github.com/ProjectTorreyPines/QED.jl/milestone/1
Lyons% gh milestone view 1
test OPEN - 0% complete
Due by 2023-1-22 - Last updated at 2023-1-11

This is a test

Environment:

Additional information

valeriobelli commented 1 year ago

Hi @bclyons12, thanks for having pointed out this issue. I'll try to tackle it as soon as possible. 👍🏽