diff --git a/chrome/thunderlink/content/preferences.xul b/chrome/thunderlink/content/preferences.xul
index 53b51bb..971ce32 100755
--- a/chrome/thunderlink/content/preferences.xul
+++ b/chrome/thunderlink/content/preferences.xul
@@ -108,7 +108,7 @@
-
+
diff --git a/modules/thunderlinkModule.js b/modules/thunderlinkModule.js
index d33f0aa..1e77398 100644
--- a/modules/thunderlinkModule.js
+++ b/modules/thunderlinkModule.js
@@ -187,6 +187,8 @@ function replaceVariables(template, hdr) {
const splitDateTime = date.toISOString().split("T");
const dateString = splitDateTime[0];
const timeString = splitDateTime[1].substring(0, splitDateTime[1].length-1);
+ const localeDateString = date.toLocaleDateString() + " - " + date.toLocaleTimeString();
+ result = result.replace(//ig, localeDateString);
result = result.replace(/