diff options
-rw-r--r-- | common/domain/propertyregistry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/domain/propertyregistry.cpp b/common/domain/propertyregistry.cpp index 755e7b4..d929d68 100644 --- a/common/domain/propertyregistry.cpp +++ b/common/domain/propertyregistry.cpp | |||
@@ -77,7 +77,7 @@ QVariant parseString<QList<QByteArray>>(const QString &s) | |||
77 | template <> | 77 | template <> |
78 | QVariant parseString<QDateTime>(const QString &s) | 78 | QVariant parseString<QDateTime>(const QString &s) |
79 | { | 79 | { |
80 | return QVariant::fromValue(QDateTime::fromString(s)); | 80 | return QVariant::fromValue(QDateTime::fromString(s, Qt::ISODate)); |
81 | } | 81 | } |
82 | 82 | ||
83 | template <> | 83 | template <> |