Froze rails gems
[depot.git] / vendor / rails / activesupport / lib / active_support / vendor / tzinfo-0.3.12 / tzinfo / definitions / Etc / UTC.rb
1 require 'tzinfo/timezone_definition'
2
3 module TZInfo
4 module Definitions
5 module Etc
6 module UTC
7 include TimezoneDefinition
8
9 timezone 'Etc/UTC' do |tz|
10 tz.offset :o0, 0, 0, :UTC
11
12 end
13 end
14 end
15 end
16 end