Class t.w.d.e.b.DateTimeHeaderElement(WebDAVTextElement):

Part of twisted.web2.dav.element.base View Source View In Hierarchy

Known subclasses: twisted.web2.dav.element.rfc2518.GETLastModified

WebDAV date-time element for elements that substitute for HTTP headers. (RFC 2068, section 3.3.1)
Method fromDate date may be a datetime.datetime instance, a POSIX timestamp
Method __init__ Undocumented
Method __eq__ Undocumented
Method datetime Undocumented

Inherited from WebDAVTextElement:

Method fromString Undocumented
Method __str__ Undocumented
Method __repr__ Undocumented

Inherited from WebDAVElement (via WebDAVTextElement):

Method qname Undocumented
Method sname Undocumented
Method __ne__ Undocumented
Method __contains__ Undocumented
Method writeXML Undocumented
Method toxml Undocumented
Method element Undocumented
Method addToDOM Undocumented
Method childrenOfType Returns a list of children with the same qname as the given type.
Method childOfType Returns a child of the given type, if any, or None.
def fromDate(clazz, date): (source)
date may be a datetime.datetime instance, a POSIX timestamp (integer value, such as returned by time.time()), or an RFC 2068 Full Date (eg. "Mon, 23 May 2005 04:52:22 GMT") string.
def __init__(self, *children, **attributes): (source)
Undocumented
def __eq__(self, other): (source)
Undocumented
def datetime(self): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.