Sha256: bf7be1896392c402949477c7a8134f0ff4954719486324fae4dc9da33d1fefed
Contents?: true
Size: 462 Bytes
Versions: 10
Compression:
Stored size: 462 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Indian module Maldives include TimezoneDefinition timezone 'Indian/Maldives' do |tz| tz.offset :o0, 17640, 0, :LMT tz.offset :o1, 17640, 0, :MMT tz.offset :o2, 18000, 0, :'+05' tz.transition 1879, 12, :o1, 577851671, 240 tz.transition 1959, 12, :o2, 584864231, 240 end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems