pub const FILE_CHANGED: &'static str;
Expand description

Time when the file attributes or metadata was last changed, in ISO 8601 format.

§Notes

file.changed captures the time when any of the file’s properties or attributes (including the content) are changed, while file.modified captures the timestamp when the file content is modified.

§Examples

  • "2021-01-01T12:00:00Z"