aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/addon
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/addon')
-rw-r--r--src/modules/addon/AddonFunctions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/addon/AddonFunctions.cpp b/src/modules/addon/AddonFunctions.cpp
index 008506684..cf5d2577f 100644
--- a/src/modules/addon/AddonFunctions.cpp
+++ b/src/modules/addon/AddonFunctions.cpp
@@ -300,7 +300,7 @@ namespace AddonFunctions
info.szMinVersion = KVI_VERSION;
QString szTmp;
- szTmp = QDateTime::currentDateTime().toString();
+ szTmp = QDateTime::currentDateTime().toString(Qt::ISODate);
KviPackageWriter pw;
pw.addInfoField("PackageType","AddonPack");