Sha256: 065e7e48a1a6a1183c7b665668bde856de889a967e312910a3af8dd0a7075a83
Contents?: true
Size: 468 Bytes
Versions: 8
Compression:
Stored size: 468 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module America module Curacao include TimezoneDefinition timezone 'America/Curacao' do |tz| tz.offset :o0, -16547, 0, :LMT tz.offset :o1, -16200, 0, :'-0430' tz.offset :o2, -14400, 0, :AST tz.transition 1912, 2, :o1, 209040021347, 86400 tz.transition 1965, 1, :o2, 39020187, 16 end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems