format12hUtc method

String format12hUtc()

Formats the time in UTC using the 12-hour clock with AM/PM.

Implementation

String format12hUtc() => format(TimeFormat.hhmma, true);