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); }