mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 22:47:20 +02:00
ISO8601: Implemented ISO8601p::formatVague for short-form, rounded values
This commit is contained in:
parent
565232eccd
commit
35b52c421b
3 changed files with 156 additions and 135 deletions
|
@ -83,6 +83,7 @@ public:
|
|||
bool parse (const std::string&, std::string::size_type&);
|
||||
void clear ();
|
||||
const std::string format () const;
|
||||
const std::string formatVague () const;
|
||||
|
||||
private:
|
||||
bool parse_designated (Nibbler&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue