method
_dump
v1_9_1_378 -
Show latest stable
- Class:
Time
_dump(p1 = v1)public
Dump time for marshaling.
static VALUE
time_dump(int argc, VALUE *argv, VALUE time)
{
VALUE str;
rb_scan_args(argc, argv, "01", 0);
str = time_mdump(time);
return str;
} Related methods
- Instance methods
- +
- -
- <=>
- _dump
- asctime
- ctime
- day
- dst?
- eql?
- friday?
- getgm
- getlocal
- getutc
- gmt?
- gmt_offset
- gmtime
- gmtoff
- hash
- hour
- httpdate
- initialize_copy
- inspect
- isdst
- iso8601
- localtime
- marshal_dump
- marshal_load
- mday
- min
- mon
- monday?
- month
- nsec
- rfc2822
- rfc822
- saturday?
- sec
- strftime
- succ
- sunday?
- thursday?
- to_a
- to_date
- to_datetime
- to_f
- to_i
- to_json
- to_s
- to_time
- to_yaml
- tuesday?
- tv_nsec
- tv_sec
- tv_usec
- usec
- utc
- utc?
- utc_offset
- w3cdtf
- wday
- wednesday?
- xmlschema
- yday
- year
- zone
- Class methods
- _load
- at
- gm
- httpdate
- iso8601
- json_create
- local
- mktime
- new
- now
- parse
- rfc2822
- rfc822
- strptime
- utc
- w3cdtf
- xmlschema
- yaml_new
- zone_offset
- Private methods
-
apply_offset -
make_time -
month_days -
zone_utc?