time_utc_offset   628 time.c         static VALUE time_utc_offset _((VALUE));
time_utc_offset  4545 time.c         	VALUE off = time_utc_offset(time), div, mod;
time_utc_offset  4860 time.c             rb_define_method(rb_cTime, "gmtoff", time_utc_offset, 0);
time_utc_offset  4861 time.c             rb_define_method(rb_cTime, "gmt_offset", time_utc_offset, 0);
time_utc_offset  4862 time.c             rb_define_method(rb_cTime, "utc_offset", time_utc_offset, 0);