mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
ISO: Changed the incorrect 'P0S' to the correct 'PT0S'
This commit is contained in:
parent
3a9505f56c
commit
ac011807d2
2 changed files with 2 additions and 2 deletions
|
@ -292,7 +292,7 @@ std::string Duration::formatISO () const
|
|||
}
|
||||
else
|
||||
{
|
||||
return "P0S";
|
||||
return "PT0S";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1979,7 +1979,7 @@ Variant::operator std::string () const
|
|||
}
|
||||
else
|
||||
{
|
||||
return "P0S";
|
||||
return "PT0S";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue