projects
/
feedcatcher.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6a4cbafb9f4ad811b92ab34d7058311670d739b1
[feedcatcher.git]
/
1
require 'tzinfo/timezone_definition'
2
3
module TZInfo
4
module Definitions
5
module Atlantic
6
module South_Georgia
7
include TimezoneDefinition
8
9
timezone 'Atlantic/South_Georgia' do |tz|
10
tz.offset :o0, -8768, 0, :LMT
11
tz.offset :o1, -7200, 0, :GST
12
13
tz.transition 1890, 1, :o1, 1627673806, 675
14
end
15
end
16
end
17
end
18
end