python中的utime

utime(...)
    utime(path, (atime, mtime))
    utime(path, None)

    Set the access and modified time of the file to the given values.  If the
    second form is used, set the access and modified times to the current time.

原文地址:https://www.cnblogs.com/seasonsstory/p/3120852.html