Sha256: ca348982ec3512fd293678ea53bee8ca362799ea9aa52b449ce5ee8bd69b13e4

Contents?: true

Size: 289 Bytes

Versions: 3

Compression:

Stored size: 289 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

3 entries across 3 versions & 1 rubygems

Version Path
tzinfo-0.2.0 lib/tzinfo/countries/GL.rb
tzinfo-0.2.1 lib/tzinfo/countries/GL.rb
tzinfo-0.2.2 lib/tzinfo/countries/GL.rb