Sha256: 7e2c25886a3390675c31b433361fcf90bd968da1189b8b99a023d736514c9d4b
Contents?: true
Size: 460 Bytes
Versions: 8
Compression:
Stored size: 460 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, :MVT tz.transition 1879, 12, :o1, 577851671, 240 tz.transition 1959, 12, :o2, 584864231, 240 end end end end end
Version data entries
8 entries across 8 versions & 2 rubygems