dziemborowicz / hourglass

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

Add count up from specified date and time option #131

Open dziemborowicz opened 8 years ago

dziemborowicz commented 8 years ago

See also Add an infinite count-up timer option #124.

lech commented 8 years ago

So this enhancement would behave more like a live uptime status by feeding it an accepted standard datetime formatted string or a fuzzy datetime string we can understand. From there Hourglass, could just perform a difference from the local time (unless there's a fancy option to diff on time zones later) and display time remaining until elapsed until it's stopped.