Work items: 30273

This commit is contained in:
hartvig
2011-12-22 10:20:17 -01:00
parent b0f0777952
commit ea0ffc8ea5
3 changed files with 1 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ namespace umbraco.editorControls.imagecropper
if (root == null) return null;
XmlNode dateStampNode = doc.CreateNode(XmlNodeType.Attribute, "date", null);
dateStampNode.Value = imageInfo.DateStamp.ToString();
dateStampNode.Value = imageInfo.DateStamp.ToString("s");
root.Attributes.SetNamedItem(dateStampNode);
for (int i = 0; i < data.Count; i++)