projects
/
feedcatcher.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5bd5283197990d246679d833d1e0189d1e379bec
[feedcatcher.git]
/
1
require 'tzinfo/timezone_definition'
2
3
module TZInfo
4
module Definitions
5
module Asia
6
module Kuwait
7
include TimezoneDefinition
8
9
timezone 'Asia/Kuwait' do |tz|
10
tz.offset :o0, 11516, 0, :LMT
11
tz.offset :o1, 10800, 0, :AST
12
13
tz.transition 1949, 12, :o1, 52558899121, 21600
14
end
15
end
16
end
17
end
18
end