This method is only available on newer versions. The first available version (v2_6_3) is shown here.
zone()
Returns the timezone.
DateTime.parse('04pm+0730').zone #=> "+07:30"
static VALUE d_lite_zone(VALUE self) { get_d1(self); return m_zone(dat); }