Returns the modification time of stat.
File.stat("testfile").mtime #=> Wed Apr 09 08:53:14 CDT 2003
Returns:
1006 1007 1008 1009 1010
# File 'file.c', line 1006 static VALUE rb_stat_mtime(VALUE self) { return stat_mtime(get_stat(self)); }