~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/Asia/Karachi.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 Asia
 
6
      module Karachi
 
7
        include TimezoneDefinition
 
8
        
 
9
        timezone 'Asia/Karachi' do |tz|
 
10
          tz.offset :o0, 16092, 0, :LMT
 
11
          tz.offset :o1, 19800, 0, :IST
 
12
          tz.offset :o2, 19800, 3600, :IST
 
13
          tz.offset :o3, 18000, 0, :KART
 
14
          tz.offset :o4, 18000, 0, :PKT
 
15
          tz.offset :o5, 18000, 3600, :PKST
 
16
          
 
17
          tz.transition 1906, 12, :o1, 1934061051, 800
 
18
          tz.transition 1942, 8, :o2, 116668957, 48
 
19
          tz.transition 1945, 10, :o1, 116723675, 48
 
20
          tz.transition 1951, 9, :o3, 116828125, 48
 
21
          tz.transition 1971, 3, :o4, 38775600
 
22
          tz.transition 2002, 4, :o5, 1018119660
 
23
          tz.transition 2002, 10, :o4, 1033840860
 
24
          tz.transition 2008, 5, :o5, 1212260400
 
25
          tz.transition 2008, 10, :o4, 1225476000
 
26
        end
 
27
      end
 
28
    end
 
29
  end
 
30
end