diff --git a/downloads/index.html b/downloads/index.html index 40604a5c1c..bb4d90b26e 100644 --- a/downloads/index.html +++ b/downloads/index.html @@ -319,6 +319,8 @@ } if (date.length != 14) { date = new Date($($(blobs[i]).find('Last-Modified')[0]).text()); + } else { + date = moment(date, "YYYYMMDDhhmmss").toDate(); } var size = $($(blobs[i]).find('Content-Length')[0]).text();