Sha256: 9d33102fbfb721bfcc4770ef6e1c5bf779859a6b9466159c5f0eb287738ef0eb
Contents?: true
Size: 222 Bytes
Versions: 3
Compression:
Stored size: 222 Bytes
Contents
require 'tzinfo/country' module TZInfo #:nodoc: module Countries #:nodoc: class TF < Country #:nodoc: setup set_code('TF') set_name('French Southern & Antarctic Lands') add_zone('Indian/Kerguelen') zones_added end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tzinfo-0.2.0 | lib/tzinfo/countries/TF.rb |
tzinfo-0.2.1 | lib/tzinfo/countries/TF.rb |
tzinfo-0.2.2 | lib/tzinfo/countries/TF.rb |