ISO: Changed the incorrect 'P0S' to the correct 'PT0S'
This commit is contained in:
@@ -292,7 +292,7 @@ std::string Duration::formatISO () const
|
||||
}
|
||||
else
|
||||
{
|
||||
return "P0S";
|
||||
return "PT0S";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user