File: C:/Ruby27-x64/lib/ruby/gems/2.7.0/doc/activesupport-7.0.4.2/ri/Date/to_time-i.ri
U:RDoc::AnyMethod[iI"to_time:ETI"Date#to_time;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"\Converts a Date instance to a Time, where the time is set to the beginning of the day. ;TI"FThe timezone can be either +:local+ or +:utc+ (default +:local+).;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I":date = Date.new(2007, 11, 10) # => Sat, 10 Nov 2007
;TI"
;TI"Bdate.to_time # => 2007-11-10 00:00:00 0800
;TI"Bdate.to_time(:local) # => 2007-11-10 00:00:00 0800
;TI"
;TI"Adate.to_time(:utc) # => 2007-11-10 00:00:00 UTC
;T:@format0o;
; [I"XNOTE: The +:local+ timezone is Ruby's *process* timezone, i.e. <tt>ENV['TZ']</tt>. ;TI"UIf the <b>application's</b> timezone is needed, then use +in_time_zone+ instead.;T:
@fileI"4lib/active_support/core_ext/date/conversions.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(form = :local);T@FI" Date;TcRDoc::NormalClass00