diff --git a/js/time/time.js b/js/time/time.js
index f2a5a28691..a793470821 100644
--- a/js/time/time.js
+++ b/js/time/time.js
@@ -15,7 +15,7 @@ time.updateTime = function () {
_date = _now.format('dddd, LL');
$(this.dateLocation).html(_date);
- $(this.timeLocation).html(_now.format(this._timeFormat+':mm[]ss[]'));
+ $(this.timeLocation).html(_now.format(this._timeFormat+':mm[]:ss[]'));
}
@@ -31,4 +31,4 @@ time.init = function () {
this.updateTime();
}.bind(this), 1000);
-}
\ No newline at end of file
+}