As per RFC-219 the API for DateTime has changed slightly, in that you must specify a time system argument in some cases where UTC was the only option before. These include:
DateTime(isoString, system)DateTime.toString(system)DateTime.gmtime(system)DateTime.timeval(system)DateTime.timespec(system)