to_time()
Returns a copy of self as local mode.
static VALUE time_to_time(VALUE self) { return rb_funcall(self, rb_intern("getlocal"), 0); }