Note that, as with filetime, the returned value is a Unix timestamp. So it can be used with the date() function;
date ("F d Y H:i:s.", filemtime($file->getATime()));
(PHP 5, PHP 7, PHP 8)
DirectoryIterator::getATime — Retorna a data de último acesso do arquivo
Esta função não está documentada; somente a lista de argumentos está disponível.
Obtém o último tempo de acesso ao arquivo.
Esta função não possui parâmetros.
O último tempo de acesso ao arquivo.
Note that, as with filetime, the returned value is a Unix timestamp. So it can be used with the date() function;
date ("F d Y H:i:s.", filemtime($file->getATime()));