time
- Ariadne >
- Library >
- Ariadne 2.4 >
- Manuals >
- Programmers Reference >
- Classes >
- Object >
- Properties >
time(ctime, mtime, muser)
Contains the creation and last modified timestamp, as well as the user login that last changed the object.
| Argument | Description |
|---|---|
| (int) time.ctime | The creation date and time of the object, as a Unix timestamp. |
| (int) time.mtime | The last-modified date and time of the object, as a Unix timestamp. |
| (string) time.muser | The login of the user that last modified the object. |

