Microsoft/calculator

Add support for time in date calculations

Open

#143 opened on Mar 7, 2019

View on GitHub
 (16 comments) (9 reactions) (0 assignees)C++ (2,422 forks)batch import
EnhancementPri: 2help wantedneeds spec

Repository metrics

Stars
 (16,196 stars)
PR merge metrics
 (Avg merge 15h 43m) (7 merged PRs in 30d)

Description

Problem Statement

The date calculation feature is useful but lacks the option to include the time of day. Also, it would be nice to have a deadline countdown feature.

Evidence or User Insights

Instead of going online to compute event duration or deadlines online, we can do it offline with the calculator.

Proposal

It will enable the computation of different forms of time difference operations.

Goals

It will help users see the exact time taken for some event until another time/date. It will also help track a countdown or deadline in some other timezone.

Non-Goals

Low-Fidelity Concept

A lot of functionality is at https://www.timeanddate.com

Contributor guide