Skip to main content

from_minutes

Function from_minutes 

Source
pub fn from_minutes(minutes: i64) -> String
Expand description

Whole minutes as the ISO 8601 duration Tracker takes.

Rounded to the minute, because that is the resolution a worklog is read at, and never to zero: a timer that ran for forty seconds recorded nothing at all would be a surprise, and Tracker has no use for PT0M.