Function creation_datetime

Source
pub fn creation_datetime(object_id: RawObjectId) -> Option<DateTime<Utc>>
Expand description

Get the date and time of an object’s creation, according to its MongoDB-style object ID.

Only valid when the backend server environment is using MongoDB as a backend, which includes the timestamp an object is created as part of the ID.