Sha256: 7201c21ffb4c921ed50a029756dbd488d40621580700bb5baa15fad63abed9f5
Contents?: true
Size: 234 Bytes
Versions: 6
Compression:
Stored size: 234 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
6 entries across 6 versions & 1 rubygems