mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug #720
- Fixed bug #720, so that when the 'info' report renders total active time, it uses a lossless format (thanks to Bernhard B).
This commit is contained in:
parent
89d3b4e805
commit
2f60bdf9d0
6 changed files with 44 additions and 2 deletions
|
@ -55,6 +55,7 @@ public:
|
|||
|
||||
std::string format () const;
|
||||
std::string formatCompact () const;
|
||||
std::string formatPrecise () const;
|
||||
|
||||
bool negative () const;
|
||||
static bool valid (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue