This method is only available on newer versions. The first available version (v2_6_3) is shown here.
sec()
Returns the second (0-59).
DateTime.new(2001,2,3,4,5,6).sec #=> 6
static VALUE d_lite_sec(VALUE self) { get_d1(self); return INT2FIX(m_sec(dat)); }