mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Daterange: Removed extra word
This commit is contained in:
parent
b69f6b2106
commit
ea9cc10ec8
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ std::vector <Daterange> Daterange::subtract (const Daterange& other) const
|
||||||
std::string Daterange::dump () const
|
std::string Daterange::dump () const
|
||||||
{
|
{
|
||||||
std::stringstream out;
|
std::stringstream out;
|
||||||
out << "Daterange _start "
|
out << "Daterange "
|
||||||
<< (_start.toEpoch () ? _start.toISOLocalExtended () : "n/a")
|
<< (_start.toEpoch () ? _start.toISOLocalExtended () : "n/a")
|
||||||
<< " - "
|
<< " - "
|
||||||
<< (_end.toEpoch () ? _end.toISOLocalExtended () : "n/a");
|
<< (_end.toEpoch () ? _end.toISOLocalExtended () : "n/a");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue