Sha256: 39bc2ae69767236eac6f3d878147c4d3ea1d336e9c36f0b10bed05f286aafaf5

Contents?: true

Size: 294 Bytes

Versions: 21

Compression:

Stored size: 294 Bytes

Contents

require 'tzinfo/timezone_definition'

module TZInfo
  module Definitions
    module Pacific
      module Johnston
        include TimezoneDefinition
        
        timezone 'Pacific/Johnston' do |tz|
          tz.offset :o0, -36000, 0, :HST
          
        end
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
tzinfo-0.3.9 lib/tzinfo/definitions/Pacific/Johnston.rb