Class RubyDateTime

All Implemented Interfaces:
Serializable, Cloneable, Comparable<IRubyObject>, InstanceVariables, InternalVariables, IRubyObject, CoreObjectType

public class RubyDateTime extends RubyDate
JRuby's DateTime implementation - 'native' parts. In MRI, since 2.x, all of date.rb has been moved to native (C) code. NOTE: There's still date.rb, where this gets bootstrapped from.
Since:
9.2
Author:
kares
See Also: