String formatUSA(String? utcTime) { return utcTime != null ? DateFormat(dateFormatUSA).format(utc(utcTime)!) : "UNDEFINED"; }