ArcGIS Desktop – How to Determine Date or Time a Feature Class Was Created in File Geodatabase

arcgis-desktopfeature-classfile-geodatabasespatial-databasetime

I had a script running at the office over the last 5 days and tried to remote on unsuccessfully since the 3rd day. I got here and it appears there was a power outage. Is there a way to find out the time a feature class was created? That would very much help me figure out how long the script took to run.

Best Answer

Actually, if I open the recent History .xml file,

C:\Users\USERNAME\AppData\Roaming\ESRI\Desktop10.1\ArcToolbox\History

The most recent will have parameters & env. settings & time. It gives all the geoprocessing tools used (if w/in arcpy) and all the settings and environment settings and time started and finished.

Related Question