dziemborowicz / hourglass

The simple countdown timer for Windows.
MIT License
649 stars 114 forks source link

Plz support 24-hour system #168

Closed LakeishaKowalczyk closed 6 years ago

LakeishaKowalczyk commented 6 years ago

「14:23」 Could be used as a substitute for 「2:23 pm」

foxx1337 commented 6 years ago

It actually works like this, it's just not documented:

until 14:23

will correctly handle it.

edgimar commented 6 years ago

I know this is closed, but I'd like to be able to either type just '14' (for a number of minutes -- it's rare that people need to specify seconds) or '14.23' (2:23 PM), without needing to type 'until'. Maybe if you're concerned about backward compatibility (?), you could just add an additional commandline flag that enables this kind of interpretation of numbers in the NN.NN form.