Class: Timezone (TZInfo)

Overview
Module Structure
Class Hierarchy
Class Methods
Timezone.get / 1
Timezone.get_proxy / 1
Timezone.new / 1
Timezone.all
Timezone.all_identifiers
Timezone.all_data_zones
Timezone.all_data_zone_identifiers
Timezone.all_linked_zones
Timezone.all_linked_zone_identifiers
Timezone.all_country_zones
Timezone.all_country_zone_identifiers
Timezone.us_zones
Timezone.us_zone_identifiers
Timezone._load / 1
Timezone.load_index
Timezone.get_proxies / 1
Instance Aliases
Timezone#current_time_and_period
Instance Methods
Timezone#identifier
Timezone#name
Timezone#to_s
Timezone#inspect
Timezone#friendly_identifier / 1
Timezone#period_for_utc / 1
Timezone#periods_for_local / 1
Timezone#period_for_local / 2
Timezone#utc_to_local / 1
Timezone#local_to_utc / 2
Timezone#now
Timezone#current_period
Timezone#current_period_and_time
Timezone#strftime / 2
Timezone#<=> / 1
Timezone#eql? / 1
Timezone#hash
Timezone#_dump / 1
is a submodule of
module: TZInfo   
includes
  Comparable ( Builtin-Module )
inherits from
  Object ( Builtin-Module )
is inherited by
  InfoTimezone ( TZInfo )
has properties
class method: get / 1   
class method: get_proxy / 1   
class method: new / 1   
class method: all   
class method: all_identifiers   
class method: all_data_zones   
class method: all_data_zone_identifiers   
class method: all_linked_zones   
class method: all_linked_zone_identifiers   
class method: all_country_zones   
class method: all_country_zone_identifiers   
class method: us_zones   
class method: us_zone_identifiers   
method: identifier   
method: name   
method: to_s   
method: inspect   
method: friendly_identifier / 1   
method: period_for_utc / 1   
method: periods_for_local / 1   
method: period_for_local / 2   
method: utc_to_local / 1   
method: local_to_utc / 2   
method: now   
method: current_period   
method: current_period_and_time   
alias: current_time_and_period current_period_and_time   
method: strftime / 2   
method: <=> / 1   
method: eql? / 1   
method: hash   
method: _dump / 1   
class method: _load / 1   
class method: load_index   
class method: get_proxies / 1   
is defined at
#64 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
module: Comparable     
class: Object     
  module: TZInfo
class: InfoTimezone     
class: Timezone     

Class Hierarchy

Object ( Builtin-Module )
includes
  InstanceExecMethods ( Unknown-Module )
has properties
method: duplicable?   
method: ` / 1   
method: blank?   
method: present?   
method: presence   
method: to_param   
method: to_query / 1   
method: remove_subclasses_of / 1   
method: subclasses_of (1/2) / 1   
method: subclasses_of (2/E) / 1   
method: extended_by   
method: extend_with_included_modules_from / 1   
method: instance_exec / 2   
method: instance_variable_defined? / 1   
method: instance_values   
method: instance_variable_names   
method: copy_instance_variables_from / 2   
method: metaclass   
method: returning / 1   
method: tap   
method: with_options / 1   
method: acts_like? / 1   
method: singleton_class   
method: class_eval / 2   
method: html_safe?   
method: try / 3   
method: to_json / 1   
method: as_json / 1   
class method: method_added / 1   
class method: find_hidden_method / 1   
Timezone ( TZInfo )
includes
  Comparable ( Builtin-Module )
has properties
class method: get / 1   
class method: get_proxy / 1   
class method: new / 1   
class method: all   
class method: all_identifiers   
class method: all_data_zones   
class method: all_data_zone_identifiers   
class method: all_linked_zones   
class method: all_linked_zone_identifiers   
class method: all_country_zones   
class method: all_country_zone_identifiers   
class method: us_zones   
class method: us_zone_identifiers   
method: identifier   
method: name   
method: to_s   
method: inspect   
method: friendly_identifier / 1   
method: period_for_utc / 1   
method: periods_for_local / 1   
method: period_for_local / 2   
method: utc_to_local / 1   
method: local_to_utc / 2   
method: now   
method: current_period   
method: current_period_and_time   
alias: current_time_and_period current_period_and_time   
method: strftime / 2   
method: <=> / 1   
method: eql? / 1   
method: hash   
method: _dump / 1   
class method: _load / 1   
class method: load_index   
class method: get_proxies / 1   
  InfoTimezone     

Class Methods

Timezone.get / 1

#78 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

get ( identifier )

Timezone.get_proxy / 1

#120 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

get_proxy ( identifier )

Timezone.new / 1

#126 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

new ( identifier = nil )

Timezone.all_identifiers

#144 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

all_identifiers

Timezone.all_data_zones

#154 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

all_data_zones

Timezone.all_data_zone_identifiers

#160 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

all_data_zone_identifiers

Timezone.all_linked_zones

#170 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

all_linked_zones

Timezone.all_linked_zone_identifiers

#176 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

all_linked_zone_identifiers

Timezone.all_country_zones

#187 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

all_country_zones

Timezone.all_country_zone_identifiers

#197 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

all_country_zone_identifiers

Timezone.us_zone_identifiers

#214 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

us_zone_identifiers

Timezone._load / 1

#489 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

_load ( data )

Timezone.get_proxies / 1

#504 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

get_proxies ( identifiers )

Instance Aliases

Timezone#current_time_and_period

#442 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

current_time_and_period current_period_and_time   

Instance Methods

Timezone#friendly_identifier / 1

#249 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

friendly_identifier ( skip_first_part = false )

Timezone#period_for_utc / 1

#288 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

period_for_utc ( utc )

Timezone#periods_for_local / 1

#296 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

periods_for_local ( local )

Timezone#period_for_local / 2

#334 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

period_for_local ( local ,
  dst = nil )

Timezone#utc_to_local / 1

#373 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

utc_to_local ( utc )

Timezone#local_to_utc / 2

#412 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

local_to_utc ( local ,
  dst = nil )

Timezone#current_period

#430 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

current_period

Timezone#current_period_and_time

#436 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

current_period_and_time

Timezone#strftime / 2

#448 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

strftime ( format ,
  utc = Time.now.utc )

Timezone#_dump / 1

#484 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb

_dump ( limit )