Sha256: 86364d21a56b0d323ef3500e62f34623510a2d8b56f12c33e82006c7e466b6c8

Contents?: true

Size: 209 Bytes

Versions: 3

Compression:

Stored size: 209 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tzinfo-0.2.0 lib/tzinfo/definitions/EST.rb
tzinfo-0.2.1 lib/tzinfo/definitions/EST.rb
tzinfo-0.2.2 lib/tzinfo/definitions/EST.rb