Type:
Class
Constants:
COMMON_YEAR_DAYS_IN_MONTH : [nil, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]
DATE_FORMATS : { :db => '%Y-%m-%d %H:%M:%S', :number => '%Y%m%d%H%M%S', :nsec => '%Y%m%d%H%M%S%9N', :time => '%H:%M', :short => '%d %b %H:%M', :long => '%B %d, %Y %H:%M', :long_ordinal => lambda { |time| day_format = ActiveSupport::Inflector.ordinalize(time.day) time.strftime("%B #{day_format}, %Y %H:%M") }, :rfc822 => lambda { |time| offset_format = time.formatted_offset(false) time.strftime("%a, %d %b %Y %H:%M:%S #{offset_format}") }, :iso8601 => lambda { |time| time.iso8601 } }
_load_without_zone

_load_without_zone(marshaled_time) Class Public methods Alias for:

2015-06-20 00:00:00
===

===(other) Class Public methods Overriding case equality method so that it returns

2015-06-20 00:00:00
_dump

_dump(*args) Instance Public methods Also aliased as:

2015-06-20 00:00:00
midnight

midnight() Instance Public methods Alias for:

2015-06-20 00:00:00
use_zone

use_zone(time_zone) Class Public methods Allows override of Time.zone

2015-06-20 00:00:00
eql?

eql?(other) Instance Public methods Also aliased as:

2015-06-20 00:00:00
at_beginning_of_hour

at_beginning_of_hour() Instance Public methods Alias for:

2015-06-20 00:00:00
at_midnight

at_midnight() Instance Public methods Alias for:

2015-06-20 00:00:00
to_formatted_s

to_formatted_s(format = :default) Instance Public methods Converts to a formatted

2015-06-20 00:00:00
at

at(*args) Class Public methods Also aliased as:

2015-06-20 00:00:00