How to get last modified time of an entry of a Tar?

I have this code:

new TarArchive(zipInputStream).getEntries().iterator()

Each entry of that iterator is a “TarEntry”. I do not find any method that allows me to get the last modified time of that entry, which it seems strange to me

Hello, we’ll expose the last modified time to public.