~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Etc/UTC.rb

  • Committer: Richard Lee (Canonical)
  • Date: 2010-10-15 15:17:58 UTC
  • mfrom: (190.1.3 use-case-mapper)
  • Revision ID: richard.lee@canonical.com-20101015151758-wcvmfxrexsongf9d
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
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