Sha256: 220584e1e2af091028076b5c977412b5213567908aa8b2323a363c83edefadb7
Contents?: true
Size: 576 Bytes
Versions: 17
Compression:
Stored size: 576 Bytes
Contents
require 'tzinfo/timezone_definition' module TZInfo module Definitions module Africa module Asmara include TimezoneDefinition timezone 'Africa/Asmara' do |tz| tz.offset :o0, 9332, 0, :LMT tz.offset :o1, 9332, 0, :AMT tz.offset :o2, 9320, 0, :ADMT tz.offset :o3, 10800, 0, :EAT tz.transition 1869, 12, :o1, 51927769267, 21600 tz.transition 1889, 12, :o2, 52085557267, 21600 tz.transition 1936, 5, :o3, 5245113727, 2160 end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems