TimeStamp: moment()

in source/api-services/lib/metrics/index.js [19:26]


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