Description
we currently have a lot of options for the format of temporal types when editing, but not much for display.
Seemingly, we use:
DateTimeFormatter.ofLocalizedDateTime(dateFormatStyle, timeFormatStyle)
where the format styles are looked up from DateFormatStyleFacet, but otherwise default to simply medium.
In practice, this means "Jan 23, 2024" and similar.
For more flexibility, provide a pattern that can be used as an override.