~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/Kolkata.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 Asia
6
 
      module Kolkata
7
 
        include TimezoneDefinition
8
 
        
9
 
        timezone 'Asia/Kolkata' do |tz|
10
 
          tz.offset :o0, 21208, 0, :LMT
11
 
          tz.offset :o1, 21200, 0, :HMT
12
 
          tz.offset :o2, 23400, 0, :BURT
13
 
          tz.offset :o3, 19800, 0, :IST
14
 
          tz.offset :o4, 19800, 3600, :IST
15
 
          
16
 
          tz.transition 1879, 12, :o1, 26003324749, 10800
17
 
          tz.transition 1941, 9, :o2, 524937943, 216
18
 
          tz.transition 1942, 5, :o3, 116663723, 48
19
 
          tz.transition 1942, 8, :o4, 116668957, 48
20
 
          tz.transition 1945, 10, :o3, 116723675, 48
21
 
        end
22
 
      end
23
 
    end
24
 
  end
25
 
end