mean-comscore-api
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "mean-comscore-api", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Loads ComScore reports from the ComScore API", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -59,3 +59,3 @@ 'use strict'; | ||
time += ' Z'; | ||
var date = moment(time); | ||
var date = moment(time, "DD-MM-YYYY HH:mm Z"); | ||
if (date.isValid()) { | ||
@@ -62,0 +62,0 @@ row.time = date.toISOString(); |
21288