vc_fetch_date path
Returns the commit time for a file, or the empty string if no version control information is available.
Source code:
return [lindex [split [vc_fetch_summary $path] "/"] 3]