since(other) Instance Public methods
rfc822() Instance Public methods Alias for: rfc2822
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
respond_to_missing?(sym, include_priv) Instance Public methods Ensure proxy class responds to all methods that underlying time instance responds to.
period() Instance Public methods Returns the underlying TZInfo::TimezonePeriod.
past?() Instance Public methods Returns true if the current object's time is in the past.
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.
marshal_load(variables) Instance Public methods
marshal_dump() Instance Public methods
localtime() Instance Public methods Returns a Time.local() instance of the simultaneous time in your system's ENV['TZ'] zone. getlocal
Page 124 of 2275