Quartz fire date format?

Jmix 2.3.3
I have both dateTimeFormat and offsetDateTimeFormat defined in my messages file:

dateTimeFormat=MM/dd/yyyy HH:mm
offsetDateTimeFormat=MM/dd/yyyy HH:mm

Yet the Last fire date and Next fire dates in the Quartz jobs view are using a different format.

Do I need a different default format?

image

I found a message key dateTimeWithSeconds in the source code, but setting that alone in my messages_en.properties file did not work.

Possible Solution: I found if I fully qualify the key like it appears in the addon’s messages file, then it seems to work:

io.jmix.quartzflowui.view.jobs/dateTimeWithSeconds=MM/dd/yyyy HH:mm:ss
1 Like