File: //usr/local/rvm/gems/ruby-2.7.4/doc/activesupport-6.1.4.1/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"@The 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"LNOTE: The :local timezone is Ruby's *process* timezone, i.e. ENV['TZ'].;To;; [I"PIf the *application's* timezone is needed, then use +in_time_zone+ instead.;T;
0:
@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