antonmedv / countdown

Terminal countdown timer
MIT License
1.07k stars 110 forks source link

invalid duration or kitchentime - with a valid input #31

Closed jakob1379 closed 1 year ago

jakob1379 commented 1 year ago

To replicate:

❯ date
2023-02-08T08:24:24 CET
❯ countdown 14:15
error: invalid duration or kitchentime: 14:15

Expected behaviour: should be the same as the command

❯ countdown 02:15PM
nnashwin commented 1 year ago

@jakob1379 I'm not able to reproduce this.

Please see the attached video.
Note: I also tested with combinations of hours and minutes and didn't see any issues.

Screencast from 03-04-2023 04:55:18 PM.webm

antonmedv commented 1 year ago

@tlboright thanks for debugging !

jakob1379 commented 1 year ago

@tlboright thanks for debugging !

So the problem is still in my end, tried with different terminals, disabling my bashrc, running in zsh

jakob1379 commented 1 year ago

Updated to the latest version which solved the issue