# encoding: UTF-8 module TZInfo module Definitions module Etc module GMT__p__11 include TimezoneDefinition timezone 'Etc/GMT+11' do |tz| tz.offset :o0, -39600, 0, :'GMT+11' end end end end end