TimeStamp: moment()

in source/results-parser/lib/metrics/index.js [19:27]


            TimeStamp: moment().utc().format('YYYY-MM-DD HH:mm:ss.S'),
            Version: process.env.VERSION,
            Data: {
                Type: 'TaskCompletion',
                TestType: obj.testType,
                FileType: obj.fileType || (obj.testType === 'simple' ? 'none' : 'script'),
                TestResult: obj.testResult,
                Duration: obj.totalDuration
            }