format24hUtc method

String format24hUtc()

Formats the time in UTC using the 24-hour clock with seconds.

Implementation

String format24hUtc() => format(TimeFormat.HHmmss, true);