mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-1719: Description cannot contain improper ordinals
- Thanks to Ben Boeckel.
This commit is contained in:
parent
156357285c
commit
e361c2c751
3 changed files with 17 additions and 4 deletions
|
@ -440,11 +440,7 @@ bool namedDates (const std::string& name, Variant& value)
|
|||
value = Variant (mktime (t), Variant::type_date);
|
||||
}
|
||||
}
|
||||
else
|
||||
throw std::string (STRING_DATES_ORD_MISMATCH);
|
||||
}
|
||||
else
|
||||
throw std::string (STRING_DATES_MONTH_31);
|
||||
}
|
||||
|
||||
else if (closeEnough ("easter", name, minimum) ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue