mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 16:53:08 +02:00
Date
- Made the buffer depletion requirement optional for dateformat and ISO date parsing.
This commit is contained in:
parent
5150e49f67
commit
ecb6adbbeb
2 changed files with 7 additions and 6 deletions
|
@ -40,7 +40,7 @@ public:
|
|||
Date (time_t);
|
||||
Date (const int, const int, const int);
|
||||
Date (const int, const int, const int, const int, const int, const int);
|
||||
Date (const std::string&, const std::string& format = "m/d/Y", const bool iso = true, const bool epoch = true);
|
||||
Date (const std::string&, const std::string& format = "m/d/Y", const bool iso = true, const bool epoch = true, const bool require_depletion = true);
|
||||
Date (const Date&);
|
||||
virtual ~Date ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue