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