function getUTCFormatTime(format = 'YYYYMMDDhhmmss') { return moment().utc().format(format) }