projects
/
feedcatcher.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ecdd903d2870ef70fc79f334ccc263b9baa3990a
[feedcatcher.git]
/
1
require 'tzinfo/timezone_definition'
2
3
module TZInfo
4
module Definitions
5
module Europe
6
module Zagreb
7
include TimezoneDefinition
8
9
linked_timezone 'Europe/Zagreb', 'Europe/Belgrade'
10
end
11
end
12
end
13
end