File: //usr/local/rvm/gems/ruby-2.5.9/doc/tzinfo-2.0.4/ri/TZInfo/Timezone/base_utc_offset-i.ri
U:RDoc::AnyMethod[iI"base_utc_offset:ETI"%TZInfo::Timezone#base_utc_offset;TF:publico:RDoc::Markup::Document:@parts[
o:RDoc::Markup::Paragraph; [I"NReturns the base offset from UTC in seconds at the given time. This does ;TI"Hnot include any adjustment made for daylight savings time and will ;TI"3typically remain constant throughout the year.;To:RDoc::Markup::BlankLine o;
; [I"NTo obtain the observed offset from UTC, including the effect of daylight ;TI"5savings time, use {observed_utc_offset} instead.;T@o;
; [
I"NIf you require accurate {base_utc_offset} values, you should install the ;TI"Ptzinfo-data gem and set {DataSources::RubyDataSource} as the {DataSource}. ;TI"@When using {DataSources::ZoneinfoDataSource}, the value of ;TI"J{base_utc_offset} has to be derived from changes to the observed UTC ;TI"Foffset and DST status since it is not included in zoneinfo files.;T@o;
; [ I"?@param time [Object] a `Time`, `DateTime` or `Timestamp`. ;TI"N@return [Integer] the base offset from UTC in seconds at the given time. ;TI"0@raise [ArgumentError] if `time` is `nil`. ;TI"N@raise [ArgumentError] if `time` is a {Timestamp} with an unspecified UTC;To:RDoc::Markup::Verbatim; [I"offset.;T:@format0:
@fileI"lib/tzinfo/timezone.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(time = Time.now);T@%FI"
Timezone;TcRDoc::NormalClass00