Transformation on DateTime form Astro

I would like to see the time of sunset in HABmin. But the format is not what I would like to see, namely 2019-03-10T18:01:00.000+0100

item:
DateTime Sunset_Time “Sunset [%1$tH:%1$tM]” (Astro) {channel=“astro:sun:home:set#start”}
sitemap:
Text item=Sunset_Time

Which configuration file did I miss? BTW, I am using openHAB2.

KR,
Christof

HABmin, as the name suggests, is a system administrator tool. You’d expect to see raw states. Formatting is for the proper UIs - BasicUI, HABpanel, etc.

Good catch. I completely missed that!

Thanks a lot for the hint! In BasicUI it’s working.

KR,
Ch.