Sha256: f78266a6b2ebf01b6cb66a5f7ce2e8c4c491061ec125bfdce16831a19d5a1ce7
Contents?: true
Size: 676 Bytes
Versions: 5
Compression:
Stored size: 676 Bytes
Contents
module TZInfo module Definitions module Pacific module Apia include TimezoneDefinition timezone 'Pacific/Apia' do |tz| tz.offset :o0, 45184, 0, :LMT tz.offset :o1, -41216, 0, :LMT tz.offset :o2, -41400, 0, :SAMT tz.offset :o3, -39600, 0, :WST tz.offset :o4, -39600, 3600, :WSDT tz.transition 1879, 7, :o1, 3250172219, 1350 tz.transition 1911, 1, :o2, 3265701269, 1350 tz.transition 1950, 1, :o3, 116797583, 48 tz.transition 2010, 9, :o4, 1285498800 tz.transition 2011, 4, :o3, 1301752800 end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems