* The value of this header as a JodaTime {@link DateTime} in UTC. If not valid, a RuntimeDateFormatException will be thrown.
*
* @return The DateTime object..
*/
public DateTime asDateTime() {
return new Rfc1123DateMatcher().getDateTime(this.getValue());
}