This method is only available on newer versions. The first available version (v2_6_3) is shown here.
offset()
Returns the offset.
DateTime.parse('04pm+0730').offset #=> (5/16)
static VALUE d_lite_offset(VALUE self) { get_d1(self); return m_of_in_day(dat); }