Sha256: 6aa03afd8c09a1f5325d553e1efe1db22c9cbc57320f8624a4279ee51e55d3d4
Contents?: true
Size: 644 Bytes
Versions: 32
Compression:
Stored size: 644 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://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
32 entries across 32 versions & 6 rubygems