~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/Katmandu.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 Katmandu
 
7
        include TimezoneDefinition
 
8
        
 
9
        timezone 'Asia/Katmandu' do |tz|
 
10
          tz.offset :o0, 20476, 0, :LMT
 
11
          tz.offset :o1, 19800, 0, :IST
 
12
          tz.offset :o2, 20700, 0, :NPT
 
13
          
 
14
          tz.transition 1919, 12, :o1, 52322204081, 21600
 
15
          tz.transition 1985, 12, :o2, 504901800
 
16
        end
 
17
      end
 
18
    end
 
19
  end
 
20
end