~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/America/Guatemala.rb

  • Committer: Michael Forrest
  • Date: 2010-10-15 16:28:50 UTC
  • Revision ID: michael.forrest@canonical.com-20101015162850-tj2vchanv0kr0dun
refrozeĀ gems

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 America
 
6
      module Guatemala
 
7
        include TimezoneDefinition
 
8
        
 
9
        timezone 'America/Guatemala' do |tz|
 
10
          tz.offset :o0, -21724, 0, :LMT
 
11
          tz.offset :o1, -21600, 0, :CST
 
12
          tz.offset :o2, -21600, 3600, :CDT
 
13
          
 
14
          tz.transition 1918, 10, :o1, 52312429831, 21600
 
15
          tz.transition 1973, 11, :o2, 123055200
 
16
          tz.transition 1974, 2, :o1, 130914000
 
17
          tz.transition 1983, 5, :o2, 422344800
 
18
          tz.transition 1983, 9, :o1, 433054800
 
19
          tz.transition 1991, 3, :o2, 669708000
 
20
          tz.transition 1991, 9, :o1, 684219600
 
21
          tz.transition 2006, 4, :o2, 1146376800
 
22
          tz.transition 2006, 10, :o1, 1159678800
 
23
        end
 
24
      end
 
25
    end
 
26
  end
 
27
end