[#BloombergLP-bdls-FilesystemUtil_UnixImpUtil-getLastModificationTime] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/FilesystemUtil_UnixImpUtil.adoc[FilesystemUtil_UnixImpUtil]::getLastModificationTime :relfileprefix: ../../../ :mrdocs: Load into the specified `time` the last modification time of the file with the specified `descriptor`, as reported by the filesystem. Return 0 on success, and a non‐zero value otherwise. Note that the time is reported in UTC. == Synopsis Declared in `<bdls_filesystemutil_uniximputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int getLastModificationTime( xref:BloombergLP/bdlt/Datetime.adoc[bdlt::Datetime]* time, xref:BloombergLP/bdls/FilesystemUtil_UnixImpUtil/FileDescriptor.adoc[FileDescriptor] descriptor); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#