```js new icu.TimeFormatter(icu.Locale.fromString("de"), 'Long', 'Minute', 'Auto') .format(new icu.Time(12, 12, 12, 12)) // 12 Uhr ``` Changing the alignment to `Column` produces `12:12`, but `Auto` should show the minutes as well.