From 79871507b03229377a8091ed15f854faf890d5a5 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 2 Dec 2012 22:41:20 +0000 Subject: [PATCH] event log: force English dates for now --- SparkleShare/SparkleEventLogController.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SparkleShare/SparkleEventLogController.cs b/SparkleShare/SparkleEventLogController.cs index ad6c62f5..eef7b311 100755 --- a/SparkleShare/SparkleEventLogController.cs +++ b/SparkleShare/SparkleEventLogController.cs @@ -18,6 +18,7 @@ using System; using System.Collections.Generic; using System.Diagnostics; +using System.Globalization; using System.IO; using System.Text; using System.Text.RegularExpressions; @@ -372,7 +373,9 @@ namespace SparkleShare { html += "" + "" + "" + change_set.User.Name + "" + - "" + change_set.Timestamp.ToString ("d MMM yyyy") + "" + + "" + + change_set.Timestamp.ToString ("d MMM yyyy", CultureInfo.InvariantCulture) + + "" + "" + change_set.Timestamp.ToString ("HH:mm") + "" + "" + "