Sha256: 501ac1ca7888dc8d6390270c61f17e2cdfde946fbd1b2cd30dbfdaf56807bc41
Contents?: true
Size: 528 Bytes
Versions: 31
Compression:
Stored size: 528 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 Asia module Riyadh include TimezoneDefinition timezone 'Asia/Riyadh' do |tz| tz.offset :o0, 11212, 0, :LMT tz.offset :o1, 10800, 0, :'+03' tz.transition 1947, 3, :o1, -719636812, 52536780797, 21600 end end end end end end
Version data entries
31 entries across 31 versions & 6 rubygems