From: hanmac@... Date: 2015-11-20T06:37:04+00:00 Subject: [ruby-core:71602] [Ruby trunk - Feature #11720] XMLRPC::DateTime.to_time does not support times prior to 1970. Issue #11720 has been updated by Hans Mackowiak. that might not be a bug itself but because from the XMLRPC doesnt support dates earlier than 1970 ... otherwise i do wonder why such a extra class is needed and why it doesn't use ::DateTime itself ---------------------------------------- Feature #11720: XMLRPC::DateTime.to_time does not support times prior to 1970. https://bugs.ruby-lang.org/issues/11720#change-54985 * Author: Victor Elkins * Status: Open * Priority: Normal * Assignee: ---------------------------------------- While Time (as of at least version 1.9.2) now supports at least 1823-11-12, XMLRPC::DateTime.to_time still does not allow for dates earlier than 1970. -- https://bugs.ruby-lang.org/