Home | History | Annotate | Download | only in python2.7

Lines Matching full:mtime

119 PAX_FIELDS = ("path", "linkpath", "size", "mtime",
127 "mtime": float,
929 self.mtime = 0 # modification time
969 "mtime": self.mtime,
1061 for name, digits in (("uid", 8), ("gid", 8), ("size", 12), ("mtime", 12)):
1112 itn(info.get("mtime", 0), 12, format),
1210 obj.mtime = nti(buf[136:148])
1893 tarinfo.mtime = statres.st_mtime
1931 mtime)[:6],
2053 # Set correct owner, mtime and filemode on directories.
2298 os.utime(targetpath, (tarinfo.mtime, tarinfo.mtime))
2547 m.date_time = time.gmtime(m.mtime)[:6]
2571 tinfo.mtime = calendar.timegm(zinfo.date_time)