Sha256: 06e55569e131cdff6fa1726a73abb1cdc4c3973c7f289153306b2b8bb1531287
Contents?: true
Size: 869 Bytes
Versions: 17
Compression:
Stored size: 869 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, :'-0330' tz.offset :o4, -10800, 0, :'-03' 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 1984, 10, :o4, 465449400 end end end end end end
Version data entries
17 entries across 17 versions & 2 rubygems