repo
stringlengths
5
92
file_url
stringlengths
80
287
file_path
stringlengths
5
197
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:37:27
2026-01-04 17:58:21
truncated
bool
2 classes
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/test/fixtures/smoke/metadata.rb
test/fixtures/smoke/metadata.rb
name "smoke" license "Apache 2.0" description "This cookbook is used with test-kitchen to test the parent, td-agent cookbok" version "1.0.0" depends 'td-agent'
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/test/fixtures/smoke/recipes/default.rb
test/fixtures/smoke/recipes/default.rb
# # Cookbok Name:: smoke # Recipe:: default # # Author:: Pavel Yudin <pyudin@parallels.com> # # # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/recipes/default.rb
recipes/default.rb
# # Cookbook Name:: td-agent # Recipe:: default # # Copyright 2011, Treasure Data, Inc. # include_recipe 'td-agent::install' include_recipe 'td-agent::configure'
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/recipes/configure.rb
recipes/configure.rb
# # Cookbook Name:: td-agent # Recipe:: configure # # Chef::Recipe.send(:include, TdAgent::Version) Chef::Provider.send(:include, TdAgent::Version) reload_action = (reload_available?) ? :reload : :restart major_version = major template "/etc/td-agent/td-agent.conf" do owner node["td_agent"]["user"] group node[...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/recipes/install.rb
recipes/install.rb
# # Cookbook Name:: td-agent # Recipe:: install # # Chef::Recipe.send(:include, TdAgent::Version) Chef::Provider.send(:include, TdAgent::Version) group node["td_agent"]["group"] do group_name node["td_agent"]["group"] gid node["td_agent"]["gid"] if node["td_agent"]["gid"] system true action [:create] end ...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/providers/source.rb
providers/source.rb
# # Cookbok Name:: td-agent # Provider:: source # # Author:: Pavel Yudin <pyudin@parallels.com> # # # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICE...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/providers/filter.rb
providers/filter.rb
# # Cookbok Name:: td-agent # Provider:: filter # # Author:: Anthony Scalisi <scalisi.a@gmail.com> # # # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/L...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/providers/plugin.rb
providers/plugin.rb
# # Cookbok Name:: td-agent # Provider:: plugin # # Author:: Pavel Yudin <pyudin@parallels.com> # # # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICE...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/providers/match.rb
providers/match.rb
# # Cookbok Name:: td-agent # Provider:: match # # Author:: Pavel Yudin <pyudin@parallels.com> # # # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICEN...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/attributes/default.rb
attributes/default.rb
default["td_agent"]["api_key"] = '' default["td_agent"]["plugins"] = [] default["td_agent"]["uid"] = nil default["td_agent"]["gid"] = nil default["td_agent"]["user"] = 'td-agent' default["td_agent"]["group"] = 'td-agent' default["td_agent"]["includes"] = false default["td_agent"]["default_config"] = true default["t...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/spec/spec_helper.rb
spec/spec_helper.rb
require 'chefspec' require 'chefspec/berkshelf' RSpec.configure do |config| config.file_cache_path = '/var/chef/cache' config.log_level = :warn config.color = true config.formatter = :documentation end shared_context 'converged recipe' do let(:chef_run) do runner = ChefSpec::SoloRunner.new(platform) do ...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/spec/unit/recipes/install_spec.rb
spec/unit/recipes/install_spec.rb
require 'spec_helper' describe 'td-agent::install' do include_context 'converged recipe' let(:platform) do { platform: 'ubuntu', version: '14.04' } end let(:node_attributes) do { 'td_agent' => { 'group' => 'td-agent', 'gid' => 3000, 'pinning_version' => true, '...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/spec/unit/recipes/default_spec.rb
spec/unit/recipes/default_spec.rb
require 'spec_helper' describe 'td-agent::default' do include_context 'converged recipe' let(:platform) do { platform: 'ubuntu', version: '14.04' } end it 'converges without error' do expect { chef_run }.not_to raise_error end it 'includes configure and install recipes' do expect(chef_run).t...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/spec/unit/recipes/configure_spec.rb
spec/unit/recipes/configure_spec.rb
require 'spec_helper' describe 'td-agent::configure' do include_context 'converged recipe' let(:platform) do { platform: 'ubuntu', version: '14.04' } end it 'converges without error' do expect { chef_run }.not_to raise_error end it 'creates td-agent.conf' do expect(chef_run).to create_templa...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/spec/unit/resources/td_agent_source_spec.rb
spec/unit/resources/td_agent_source_spec.rb
require 'spec_helper' describe 'td-agent-spec::source' do include_context 'converged recipe' let(:platform) do { platform: 'ubuntu', version: '14.04', step_into: %w(td_agent_source) } end let(:node_attributes) do { 'td_agent' => { 'group' => 'td-agent', 'gi...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/spec/unit/resources/td_agent_match_spec.rb
spec/unit/resources/td_agent_match_spec.rb
require 'spec_helper' describe 'td-agent-spec::match' do include_context 'converged recipe' let(:platform) do { platform: 'ubuntu', version: '14.04', step_into: %w(td_agent_match) } end let(:node_attributes) do { 'td_agent' => { 'group' => 'td-agent', 'gid'...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/spec/unit/resources/td_agent_filter_spec.rb
spec/unit/resources/td_agent_filter_spec.rb
require 'spec_helper' describe 'td-agent-spec::filter' do include_context 'converged recipe' let(:platform) do { platform: 'ubuntu', version: '14.04', step_into: %w(td_agent_filter) } end let(:node_attributes) do { 'td_agent' => { 'group' => 'td-agent', 'gi...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/libraries/version.rb
libraries/version.rb
require "rubygems" module TdAgent module Version def major unless @major version = node["td_agent"]["version"] @major = version.nil? ? nil : version.to_s.split('.').first end @major end def reload_available? case node["platform_family"] when "debian" ...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/libraries/matchers.rb
libraries/matchers.rb
if defined?(ChefSpec) def install_td_agent_gem(resource_name) ChefSpec::Matchers::ResourceMatcher.new(:td_agent_gem, :install, resource_name) end def upgrade_td_agent_gem(resource_name) ChefSpec::Matchers::ResourceMatcher.new(:td_agent_gem, :upgrade, resource_name) end def remove_td_agent_gem(resource...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/libraries/helpers.rb
libraries/helpers.rb
module TdAgent # A set of helper methods for the td-agent cookbook module Helpers def self.params_to_text(parameters) body = '' parameters.each do |param_key, param_value| if param_value.is_a?(Hash) body += "<#{param_key}>\n" body += params_to_text(param_value) ...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/libraries/provider_td_rubygems.rb
libraries/provider_td_rubygems.rb
# # Cookbook Name:: td-agent # Provider:: Chef::Provider::Package::TdRubygems # # Author:: Michael H. Oshita <ijinpublic+github@gmail.com> # # Copyright 2013, Treasure Data, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You ...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/libraries/resource_td_agent_gem.rb
libraries/resource_td_agent_gem.rb
require 'chef/resource' class Chef class Resource class TdAgentGem < Chef::Resource::GemPackage def initialize(*args) super @action = :install @provider = Chef::Provider::Package::TdRubygems @plugin = false @gem_binary = "" end def response_file(arg=nil...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/resources/source.rb
resources/source.rb
# # Cookbok Name:: td-agent # Resource:: source # # Author:: Pavel Yudin <pyudin@parallels.com> # # # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICE...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/resources/filter.rb
resources/filter.rb
# # Cookbok Name:: td-agent # Resource:: filter # # Author:: Anthony Scalisi <scalisi.a@gmail.com> # # # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/L...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/resources/plugin.rb
resources/plugin.rb
# # Cookbok Name:: td-agent # Resource:: plugin # # Author:: Pavel Yudin <pyudin@parallels.com> # # # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICE...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
treasure-data/chef-td-agent
https://github.com/treasure-data/chef-td-agent/blob/fdb75ce53550c43bdcc0878f849c6ee3c8886283/resources/match.rb
resources/match.rb
# # Cookbok Name:: td-agent # Resource:: match # # Author:: Pavel Yudin <pyudin@parallels.com> # # # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICEN...
ruby
Apache-2.0
fdb75ce53550c43bdcc0878f849c6ee3c8886283
2026-01-04T17:51:25.360527Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/test/ts_all.rb
test/ts_all.rb
Dir[File.join(File.expand_path(File.dirname(__FILE__)), 'tc_*.rb')].each {|t| require t}
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/test/tc_version.rb
test/tc_version.rb
require File.join(File.expand_path(File.dirname(__FILE__)), 'test_utils') require 'tzinfo/data/version' class TCVersion < Minitest::Test def test_version assert(TZInfo::Data::VERSION =~ /\A\d+\.\d{4}\.\d+\z/) end def test_version_format assert_equal(1, TZInfo::Data::Version::FORMAT) end def test_ve...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/test/test_utils.rb
test/test_utils.rb
unless $:.include?(File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))) $:.unshift(File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))) end require 'minitest/autorun' require 'tzinfo/data' puts $:.inspect require 'tzinfo' TZInfo::DataSource.set(:ruby) module Kernel def assert_array_sa...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/test/tc_timezone_index.rb
test/tc_timezone_index.rb
require File.join(File.expand_path(File.dirname(__FILE__)), 'test_utils') require 'tzinfo/data/indexes/timezones' class TCTimezoneIndex < Minitest::Test def data_files data_dir = tzdata_path files = Dir.entries(data_dir).select {|name| name =~ /\A[^\.]+\z/ && !%w(backzone leapseconds).include?(name) } fi...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/test/tc_definitions.rb
test/tc_definitions.rb
require File.join(File.expand_path(File.dirname(__FILE__)), 'test_utils') require 'date' require 'tmpdir' require 'set' class TCDefinitions < Minitest::Test @@warned_for_datetime = Set.new @@warned_for_time = Set.new @@warned_for_datetime_lock = Mutex.new @@warned_for_time_lock = Mutex.new class << self ...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/test/tc_country_index.rb
test/tc_country_index.rb
require File.join(File.expand_path(File.dirname(__FILE__)), 'test_utils') require 'tzinfo/data/indexes/countries' class TCCountryIndex < Minitest::Test def countries data_dir = tzdata_path primary_zones = {} secondary_zones = {} open_file(File.join(data_dir, 'zone1970.tab'), 'r', :external_encoding...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data.rb
lib/tzinfo/data.rb
# Top level module for TZInfo. module TZInfo # Top level module for TZInfo::Data. module Data end end require 'tzinfo/data/version'
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/version.rb
lib/tzinfo/data/version.rb
module TZInfo module Data # TZInfo::Data version number. VERSION = '1.2025.3' # TZInfo::Data version information. module Version # The format of the Ruby modules. The only format currently supported by # TZInfo is version 1. FORMAT = 1 # TZInfo::Data version number. STR...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/tzdataparser.rb
lib/tzinfo/data/tzdataparser.rb
require 'date' require 'fileutils' module TZInfo module Data # Utility methods used by TZDataParser and associated classes. # # @private module TZDataParserUtils #:nodoc: # Wrapper for File.open that supports passing hash options for specifying # encodings on Ruby 1.9+. The options are i...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
true
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Zulu.rb
lib/tzinfo/data/definitions/Zulu.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Zulu include TimezoneDefinition linked_timezone 'Zulu', 'Etc/UTC' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/PST8PDT.rb
lib/tzinfo/data/definitions/PST8PDT.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module PST8PDT include TimezoneDefinition linked_timezone 'PST8PDT', 'America/Los_Angeles' end end end...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Libya.rb
lib/tzinfo/data/definitions/Libya.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Libya include TimezoneDefinition linked_timezone 'Libya', 'Africa/Tripoli' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/MST.rb
lib/tzinfo/data/definitions/MST.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module MST include TimezoneDefinition linked_timezone 'MST', 'America/Phoenix' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/GB.rb
lib/tzinfo/data/definitions/GB.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module GB include TimezoneDefinition linked_timezone 'GB', 'Europe/London' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/NZ__m__CHAT.rb
lib/tzinfo/data/definitions/NZ__m__CHAT.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module NZ__m__CHAT include TimezoneDefinition linked_timezone 'NZ-CHAT', 'Pacific/Chatham' end end end...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/CET.rb
lib/tzinfo/data/definitions/CET.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module CET include TimezoneDefinition linked_timezone 'CET', 'Europe/Brussels' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/GB__m__Eire.rb
lib/tzinfo/data/definitions/GB__m__Eire.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module GB__m__Eire include TimezoneDefinition linked_timezone 'GB-Eire', 'Europe/London' end end end e...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Navajo.rb
lib/tzinfo/data/definitions/Navajo.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Navajo include TimezoneDefinition linked_timezone 'Navajo', 'America/Denver' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/GMT__p__0.rb
lib/tzinfo/data/definitions/GMT__p__0.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module GMT__p__0 include TimezoneDefinition linked_timezone 'GMT+0', 'Etc/GMT' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/GMT__m__0.rb
lib/tzinfo/data/definitions/GMT__m__0.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module GMT__m__0 include TimezoneDefinition linked_timezone 'GMT-0', 'Etc/GMT' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/MST7MDT.rb
lib/tzinfo/data/definitions/MST7MDT.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module MST7MDT include TimezoneDefinition linked_timezone 'MST7MDT', 'America/Denver' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/UCT.rb
lib/tzinfo/data/definitions/UCT.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module UCT include TimezoneDefinition linked_timezone 'UCT', 'Etc/UTC' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Israel.rb
lib/tzinfo/data/definitions/Israel.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Israel include TimezoneDefinition linked_timezone 'Israel', 'Asia/Jerusalem' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/HST.rb
lib/tzinfo/data/definitions/HST.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module HST include TimezoneDefinition linked_timezone 'HST', 'Pacific/Honolulu' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Singapore.rb
lib/tzinfo/data/definitions/Singapore.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Singapore include TimezoneDefinition linked_timezone 'Singapore', 'Asia/Singapore' end end end ...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/EST.rb
lib/tzinfo/data/definitions/EST.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module EST include TimezoneDefinition linked_timezone 'EST', 'America/Panama' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Factory.rb
lib/tzinfo/data/definitions/Factory.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Factory include TimezoneDefinition timezone 'Factory' do |tz| tz.offset :o0, 0, 0, :'-00' ...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/ROK.rb
lib/tzinfo/data/definitions/ROK.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module ROK include TimezoneDefinition linked_timezone 'ROK', 'Asia/Seoul' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/EET.rb
lib/tzinfo/data/definitions/EET.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module EET include TimezoneDefinition linked_timezone 'EET', 'Europe/Athens' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/W__m__SU.rb
lib/tzinfo/data/definitions/W__m__SU.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module W__m__SU include TimezoneDefinition linked_timezone 'W-SU', 'Europe/Moscow' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Turkey.rb
lib/tzinfo/data/definitions/Turkey.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Turkey include TimezoneDefinition linked_timezone 'Turkey', 'Europe/Istanbul' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Iran.rb
lib/tzinfo/data/definitions/Iran.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Iran include TimezoneDefinition linked_timezone 'Iran', 'Asia/Tehran' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Portugal.rb
lib/tzinfo/data/definitions/Portugal.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Portugal include TimezoneDefinition linked_timezone 'Portugal', 'Europe/Lisbon' end end end end...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/NZ.rb
lib/tzinfo/data/definitions/NZ.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module NZ include TimezoneDefinition linked_timezone 'NZ', 'Pacific/Auckland' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/GMT0.rb
lib/tzinfo/data/definitions/GMT0.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module GMT0 include TimezoneDefinition linked_timezone 'GMT0', 'Etc/GMT' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/MET.rb
lib/tzinfo/data/definitions/MET.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module MET include TimezoneDefinition linked_timezone 'MET', 'Europe/Brussels' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/WET.rb
lib/tzinfo/data/definitions/WET.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module WET include TimezoneDefinition linked_timezone 'WET', 'Europe/Lisbon' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Universal.rb
lib/tzinfo/data/definitions/Universal.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Universal include TimezoneDefinition linked_timezone 'Universal', 'Etc/UTC' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/CST6CDT.rb
lib/tzinfo/data/definitions/CST6CDT.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module CST6CDT include TimezoneDefinition linked_timezone 'CST6CDT', 'America/Chicago' end end end end...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Eire.rb
lib/tzinfo/data/definitions/Eire.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Eire include TimezoneDefinition linked_timezone 'Eire', 'Europe/Dublin' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/UTC.rb
lib/tzinfo/data/definitions/UTC.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module UTC include TimezoneDefinition linked_timezone 'UTC', 'Etc/UTC' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/PRC.rb
lib/tzinfo/data/definitions/PRC.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module PRC include TimezoneDefinition linked_timezone 'PRC', 'Asia/Shanghai' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Cuba.rb
lib/tzinfo/data/definitions/Cuba.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Cuba include TimezoneDefinition linked_timezone 'Cuba', 'America/Havana' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Greenwich.rb
lib/tzinfo/data/definitions/Greenwich.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Greenwich include TimezoneDefinition linked_timezone 'Greenwich', 'Etc/GMT' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Japan.rb
lib/tzinfo/data/definitions/Japan.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Japan include TimezoneDefinition linked_timezone 'Japan', 'Asia/Tokyo' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Poland.rb
lib/tzinfo/data/definitions/Poland.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Poland include TimezoneDefinition linked_timezone 'Poland', 'Europe/Warsaw' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/GMT.rb
lib/tzinfo/data/definitions/GMT.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module GMT include TimezoneDefinition linked_timezone 'GMT', 'Etc/GMT' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Jamaica.rb
lib/tzinfo/data/definitions/Jamaica.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Jamaica include TimezoneDefinition linked_timezone 'Jamaica', 'America/Jamaica' end end end end...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Iceland.rb
lib/tzinfo/data/definitions/Iceland.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Iceland include TimezoneDefinition linked_timezone 'Iceland', 'Africa/Abidjan' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/EST5EDT.rb
lib/tzinfo/data/definitions/EST5EDT.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module EST5EDT include TimezoneDefinition linked_timezone 'EST5EDT', 'America/New_York' end end end en...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Kwajalein.rb
lib/tzinfo/data/definitions/Kwajalein.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Kwajalein include TimezoneDefinition linked_timezone 'Kwajalein', 'Pacific/Kwajalein' end end e...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/ROC.rb
lib/tzinfo/data/definitions/ROC.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module ROC include TimezoneDefinition linked_timezone 'ROC', 'Asia/Taipei' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Hongkong.rb
lib/tzinfo/data/definitions/Hongkong.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Hongkong include TimezoneDefinition linked_timezone 'Hongkong', 'Asia/Hong_Kong' end end end en...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Egypt.rb
lib/tzinfo/data/definitions/Egypt.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Egypt include TimezoneDefinition linked_timezone 'Egypt', 'Africa/Cairo' end end end end
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Pacific/Chuuk.rb
lib/tzinfo/data/definitions/Pacific/Chuuk.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Chuuk include TimezoneDefinition linked_timezone 'Pacific/Chuuk', 'Pacific/Por...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Pacific/Easter.rb
lib/tzinfo/data/definitions/Pacific/Easter.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Easter include TimezoneDefinition timezone 'Pacific/Easter' do |tz| ...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Pacific/Noumea.rb
lib/tzinfo/data/definitions/Pacific/Noumea.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Noumea include TimezoneDefinition timezone 'Pacific/Noumea' do |tz| ...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Pacific/Gambier.rb
lib/tzinfo/data/definitions/Pacific/Gambier.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Gambier include TimezoneDefinition timezone 'Pacific/Gambier' do |tz| ...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Pacific/Funafuti.rb
lib/tzinfo/data/definitions/Pacific/Funafuti.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Funafuti include TimezoneDefinition linked_timezone 'Pacific/Funafuti', 'Pacif...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Pacific/Majuro.rb
lib/tzinfo/data/definitions/Pacific/Majuro.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Majuro include TimezoneDefinition linked_timezone 'Pacific/Majuro', 'Pacific/T...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Pacific/Johnston.rb
lib/tzinfo/data/definitions/Pacific/Johnston.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Johnston include TimezoneDefinition linked_timezone 'Pacific/Johnston', 'Pacif...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Pacific/Tarawa.rb
lib/tzinfo/data/definitions/Pacific/Tarawa.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Tarawa include TimezoneDefinition timezone 'Pacific/Tarawa' do |tz| ...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Pacific/Truk.rb
lib/tzinfo/data/definitions/Pacific/Truk.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Truk include TimezoneDefinition linked_timezone 'Pacific/Truk', 'Pacific/Port_...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Pacific/Marquesas.rb
lib/tzinfo/data/definitions/Pacific/Marquesas.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Marquesas include TimezoneDefinition timezone 'Pacific/Marquesas' do |tz| ...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Pacific/Wake.rb
lib/tzinfo/data/definitions/Pacific/Wake.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Wake include TimezoneDefinition linked_timezone 'Pacific/Wake', 'Pacific/Taraw...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Pacific/Chatham.rb
lib/tzinfo/data/definitions/Pacific/Chatham.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Chatham include TimezoneDefinition timezone 'Pacific/Chatham' do |tz| ...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Pacific/Kanton.rb
lib/tzinfo/data/definitions/Pacific/Kanton.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Kanton include TimezoneDefinition timezone 'Pacific/Kanton' do |tz| ...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Pacific/Bougainville.rb
lib/tzinfo/data/definitions/Pacific/Bougainville.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Bougainville include TimezoneDefinition timezone 'Pacific/Bougainville' do |tz...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Pacific/Norfolk.rb
lib/tzinfo/data/definitions/Pacific/Norfolk.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Norfolk include TimezoneDefinition timezone 'Pacific/Norfolk' do |tz| ...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Pacific/Pago_Pago.rb
lib/tzinfo/data/definitions/Pacific/Pago_Pago.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Pago_Pago include TimezoneDefinition timezone 'Pacific/Pago_Pago' do |tz| ...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Pacific/Kiritimati.rb
lib/tzinfo/data/definitions/Pacific/Kiritimati.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Kiritimati include TimezoneDefinition timezone 'Pacific/Kiritimati' do |tz| ...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Pacific/Efate.rb
lib/tzinfo/data/definitions/Pacific/Efate.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Efate include TimezoneDefinition timezone 'Pacific/Efate' do |tz| ...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Pacific/Guam.rb
lib/tzinfo/data/definitions/Pacific/Guam.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Guam include TimezoneDefinition timezone 'Pacific/Guam' do |tz| tz...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false
tzinfo/tzinfo-data
https://github.com/tzinfo/tzinfo-data/blob/f73295c364520a6d99dc0d8135a3751e03a4c079/lib/tzinfo/data/definitions/Pacific/Nauru.rb
lib/tzinfo/data/definitions/Pacific/Nauru.rb
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Nauru include TimezoneDefinition timezone 'Pacific/Nauru' do |tz| ...
ruby
MIT
f73295c364520a6d99dc0d8135a3751e03a4c079
2026-01-04T17:51:12.680542Z
false