kind_of?(klass) Instance Public methods Alias for: is_a?
iso8601(fraction_digits = 0) Instance Public methods Alias for: xmlschema
isdst() Instance Public methods Alias for: dst?
is_a?(klass) Instance Public methods Say we're a Time to thwart type checking. kind_of?
inspect() Instance Public methods
in_time_zone(new_zone = ::Time.zone) Instance Public methods Returns the simultaneous time in Time.zone, or the specified zone.
httpdate() Instance Public methods Returns a string of the object's date and time in the format used by HTTP requests. Time.zone.now.httpdate # => "Tue, 01 Jan 2013 04:39:43 GMT"
hash() Instance Public methods
gmtoff() Instance Public methods Alias for: utc_offset
gmtime() Instance Public methods Alias for: utc
Page 125 of 2275