Sha256: 5e527e4220d47cc185e0b6bf37688536c84cc076caf89de7a8bfdc0eece52b51
Contents?: true
Size: 506 Bytes
Versions: 4
Compression:
Stored size: 506 Bytes
Contents
require 'time_crisis/tzinfo/timezone_definition' module TimeCrisis::TZInfo module Definitions module America module St_Lucia include TimezoneDefinition timezone 'America/St_Lucia' do |tz| tz.offset :o0, -14640, 0, :LMT tz.offset :o1, -14640, 0, :CMT tz.offset :o2, -14400, 0, :AST tz.transition 1890, 1, :o1, 868092721, 360 tz.transition 1912, 1, :o2, 870984961, 360 end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems