Formats the DateTime object using the H format and optional locale.
String formatAsH([String? locale]) => DateFormat.H(locale).format(this);