# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Fakaofo include TimezoneDefinition timezone 'Pacific/Fakaofo' do |tz| tz.offset :o0, -41096, 0, :LMT tz.offset :o1, -39600, 0, :'-11' tz.offset :o2, 46800, 0, :'+13' tz.transition 1901, 1, :o1, -2177411704, 26086168537, 10800 tz.transition 2011, 12, :o2, 1325242800 end end end end end end