file_date displays the date of a specified file. You can use the modification, status, or access time. You can use Greenwich Mean Time. You can use a custom date format.
For example, to display a file's modification date in RFC822 format, you could say:
file_date -f "%a, %d %b %Y %H:%M:%S %z" filename
See the manual entry for more details.