Sha256: a486cf084037dec0a85abb7555f397f08da188ae4f0827ff9a59745df4b64e6e

Contents?: true

Size: 221 Bytes

Versions: 1

Compression:

Stored size: 221 Bytes

Contents

require 'tzinfo/timezone'
module TZInfo
module Definitions #:nodoc:
class HST < Timezone #:nodoc:
setup
set_identifier('HST')
add_unbounded_start_period {TimezonePeriod.new(nil,nil,-36000,0,:'HST')}
end
end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tzinfo-0.1.2 lib/tzinfo/definitions/HST.rb