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