Sha256: 380edacd8d3c73604d80893a4c08e8ac80166294f0872c635de0e04cd67c8ea9
Contents?: true
Size: 932 Bytes
Versions: 4
Compression:
Stored size: 932 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 Asia module Kolkata include TimezoneDefinition timezone 'Asia/Kolkata' do |tz| tz.offset :o0, 21208, 0, :LMT tz.offset :o1, 21200, 0, :HMT tz.offset :o2, 23400, 0, :'+0630' tz.offset :o3, 19800, 0, :IST tz.offset :o4, 19800, 3600, :'+0630' tz.transition 1879, 12, :o1, -2840162008, 26003324749, 10800 tz.transition 1941, 9, :o2, -891582800, 524937943, 216 tz.transition 1942, 5, :o3, -872058600, 116663723, 48 tz.transition 1942, 8, :o4, -862637400, 116668957, 48 tz.transition 1945, 10, :o3, -764145000, 116723675, 48 end end end end end end
Version data entries
4 entries across 4 versions & 2 rubygems