@override DateTime? convertValue(XmlElement node) { final str = node.innerText.trim(); return str.isNotEmpty ? HttpDate.parse(str) : null; }