Sha256: 1c4889ee0eb27cfe7ccd995344ba14d1ff764f3c1c8d35bc81c631499065518b
Contents?: true
Size: 643 Bytes
Versions: 17
Compression:
Stored size: 643 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (http://www.iana.org/time-zones). module TZInfo module Data 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, -2840158440, 577851671, 240 tz.transition 1959, 12, :o2, -315636840, 584864231, 240 end end end end end end
Version data entries
17 entries across 17 versions & 2 rubygems