Sha256: a23014b537515ab715658b778997db803a311d130efc928a60d87024fa50106a
Contents?: true
Size: 958 Bytes
Versions: 33
Compression:
Stored size: 958 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 America module Paramaribo include TimezoneDefinition timezone 'America/Paramaribo' do |tz| tz.offset :o0, -13240, 0, :LMT tz.offset :o1, -13252, 0, :PMT tz.offset :o2, -13236, 0, :PMT tz.offset :o3, -12600, 0, :NEGT tz.offset :o4, -12600, 0, :SRT tz.offset :o5, -10800, 0, :SRT tz.transition 1911, 1, :o1, -1861906760, 5225121331, 2160 tz.transition 1935, 1, :o2, -1104524348, 52440558913, 21600 tz.transition 1945, 10, :o3, -765317964, 17508453503, 7200 tz.transition 1975, 11, :o4, 185686200 tz.transition 1984, 10, :o5, 465449400 end end end end end end
Version data entries
33 entries across 33 versions & 1 rubygems