wsgidav.samples.mongo_dav_provider.DocResource.get_creation_date¶
- DocResource.get_creation_date() Optional[datetime.datetime] ¶
Records the time and date the resource was created.
The creationdate property should be defined on all DAV compliant resources. If present, it contains a timestamp of the moment when the resource was created (i.e., the moment it had non-null state).
This method SHOULD be implemented, especially by non-collections.