wsgidav.samples.mysql_dav_provider.MySQLBrowserResource.get_creation_date¶
- MySQLBrowserResource.get_creation_date()[source]¶
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.