mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Date
- Removed ::isRelativeDate and instead used namedDates. Which is better.
This commit is contained in:
parent
67d85b484b
commit
ea2405330f
2 changed files with 8 additions and 314 deletions
|
@ -109,11 +109,8 @@ public:
|
|||
void operator++ (); // Prefix
|
||||
void operator++ (int); // Postfix
|
||||
|
||||
static const std::vector <std::string> get_relatives ();
|
||||
|
||||
private:
|
||||
bool isEpoch (const std::string&);
|
||||
bool isRelativeDate (const std::string&);
|
||||
|
||||
protected:
|
||||
time_t _t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue