local(*args)
public
Same as Time::gm, but interprets the values in the local time zone.
Time .local (2000,"jan",1,20,15,1) #=> 2000年01月01日 20:15:01 -0600
static VALUE
time_s_mktime(int argc, VALUE *argv, VALUE klass)
{
return time_utc_or_local(argc, argv, FALSE, klass);
}