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