获取当前日期,返回指定格式
static String getUtcDateTimeFormat(String outFormat) => formatDate(getNowUtcDateTime(),format: outFormat);