mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug Fix - #206
- Fixed bug that prevented "task list start.after:1/1/2009" from working. Big, nasty bug.
This commit is contained in:
parent
e5f2b0c7d1
commit
e8fc210ab0
4 changed files with 119 additions and 4 deletions
|
@ -81,6 +81,7 @@ public:
|
|||
time_t operator- (const Date&);
|
||||
|
||||
private:
|
||||
bool isEpoch (const std::string&);
|
||||
bool isRelativeDate (const std::string&);
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue