The options for creating the format function.
A new UTC datetime format function.
This formatter uses Date.toUTCString() to format the values.
If a value is not a Date object, new Date(value) is used to
coerce the value to a date.
The formatIntlDateTime() formatter is more flexible, but slower.
Create a UTC datetime format function.