Bug 1376167 - Follow-up: add seconds back to Error Console timestamps. r=jorgk
--- a/suite/common/console/consoleBindings.xml
+++ b/suite/common/console/consoleBindings.xml
@@ -274,17 +274,17 @@
Services.console.reset();
]]></body>
</method>
<method name="properFormatTime">
<parameter name="aTime"/>
<body><![CDATA[
const dateServ = Services.intl.createDateTimeFormat(undefined, {
- dateStyle: "short", timeStyle: "short"
+ dateStyle: "short", timeStyle: "long"
});
return dateServ.format(aTime);
]]></body>
</method>
<method name="copySelectedItem">
<body><![CDATA[
if (this.mSelectedItem) try {