valeriobelli / gh-milestone

GitHub CLI extension for managing Milestones

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Milestone due-date off by one day

bclyons12 opened this issue · comments

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

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