Sha256: 0960e72457b311a42f045df0a34ab294e4b65443eb28673c7dc3e63759747069

Contents?: true

Size: 304 Bytes

Versions: 6

Compression:

Stored size: 304 Bytes

Contents

require 'tzinfo/country'
module TZInfo #:nodoc:
module Countries #:nodoc:
class GL < Country #:nodoc:
setup
set_code('GL')
set_name('Greenland')
add_zone('America/Danmarkshavn')
add_zone('America/Thule')
add_zone('America/Godthab')
add_zone('America/Scoresbysund')
zones_added
end
end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tzinfo-0.0.2 lib/tzinfo/countries/GL.rb
tzinfo-0.0.3 lib/tzinfo/countries/GL.rb
tzinfo-0.0.4 lib/tzinfo/countries/GL.rb
tzinfo-0.1.0 lib/tzinfo/countries/GL.rb
tzinfo-0.1.1 lib/tzinfo/countries/GL.rb
tzinfo-0.1.2 lib/tzinfo/countries/GL.rb