iso8601(fraction_digits = 0) Instance Public methods Alias for: xmlschema
kind_of?(klass) Instance Public methods Alias for: is_a?
localtime() Instance Public methods Returns a Time.local() instance of the simultaneous time in your system's ENV['TZ'] zone. getlocal
marshal_dump() Instance Public methods
marshal_load(variables) Instance Public methods
method_missing(sym, *args, &block) Instance Public methods Send the missing method to time instance, and wrap result in a new TimeWithZone with the existing time_zone.
past?() Instance Public methods Returns true if the current object's time is in the past.
period() Instance Public methods Returns the underlying TZInfo::TimezonePeriod.
respond_to_missing?(sym, include_priv) Instance Public methods Ensure proxy class responds to all methods that underlying time instance responds to.
rfc2822() Instance Public methods Returns a string of the object's date and time in the RFC 2822 standard format. Time.zone.now.rfc2822 # => "Tue, 01 Jan 2013 04:51:39 +0000" rfc822
Page 2208 of 11844