instance method XMLRPC::DateTime#to_time
to_time-
Return a Time object of the date/time which self represents. If the (('year')) is below 1970, this method returns nil, because Time cannot handle years below 1970. The used timezone is GMT.
class XMLRPC::DateTime