Append Z to iso8601 date time strings

This commit is contained in:
emeric
2025-04-11 18:02:58 +02:00
parent ade4946b8c
commit a5b130305e
7 changed files with 29 additions and 25 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ namespace lms::core
};
}
std::string PartialDateTime::toISO8601String() const
std::string PartialDateTime::toString() const
{
if (_precision == Precision::Invalid)
return "";