Formats the DateTime object in UTC using the provided pattern and optional locale.
String dateFormatUtc(String pattern, [String? locale]) => DateFormat(pattern, locale).format(toUtc());