last_modified property

last_modified property

The last modified date of the file. On getting, if user agents can make this information available, this must return a long long set to the time the file was last modified as the number of milliseconds since the Unix Epoch.

Definition:

@property
def last_modified(self):
    ...

See Also