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") + "" + "" + "