Sha256: f475cffcad59a8ad7c03cc04ede087ae3a2a33b161e87bffc6b0ad3e4f2c742e
Contents?: true
Size: 414 Bytes
Versions: 32
Compression:
Stored size: 414 Bytes
Contents
# 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 Etc module GMT__m__2 include TimezoneDefinition timezone 'Etc/GMT-2' do |tz| tz.offset :o0, 7200, 0, :'+02' end end end end end end
Version data entries
32 entries across 32 versions & 6 rubygems