format24hUtc method
Formats the time in UTC using the 24-hour clock with seconds.
Implementation
String format24hUtc() => format(TimeFormat.HHmmss, true);
Formats the time in UTC using the 24-hour clock with seconds.
String format24hUtc() => format(TimeFormat.HHmmss, true);