to_time()
Returns a copy of self as local mode.
static VALUE time_to_time(VALUE self) { return f_getlocal(self); }