ISO: Changed the incorrect 'P0S' to the correct 'PT0S'

This commit is contained in:
Paul Beckingham 2015-07-16 16:13:48 -04:00
parent 3a9505f56c
commit ac011807d2
2 changed files with 2 additions and 2 deletions

View file

@ -292,7 +292,7 @@ std::string Duration::formatISO () const
}
else
{
return "P0S";
return "PT0S";
}
}

View file

@ -1979,7 +1979,7 @@ Variant::operator std::string () const
}
else
{
return "P0S";
return "PT0S";
}
}