Build History show build time as 24-hour time display

Build History now show the build time in the file.
jenkins/core/src/main/resources/hudson/widgets/HistoryWidget/entry.jelly at master · jenkinsci/jenkins (github.com)

Users hope to customize the time format instead of just relying on browser configuration.

<i:formatDate value="${build.timestamp.time}" type="both" dateStyle="medium" timeStyle="short" /> ${h.getUserTimeZonePostfix()}

Can dateStyle and timeStyle be read from the user configuration( if user config dateStyle and timeStyle)?