aboutsummaryrefslogblamecommitdiffstats
path: root/activesupport/lib/active_support/vendor/tzinfo-0.3.13/tzinfo/definitions/Asia/Katmandu.rb
blob: ac53f39242e41acded30ec2ff3a5df98b12c2ebd (plain) (tree)
1
2
3
4
5
6
7
8
9



                                    

                     

                                  
                                                         



         
require 'tzinfo/timezone_definition'

module TZInfo
  module Definitions
    module Asia
      module Katmandu
        include TimezoneDefinition
        
        linked_timezone 'Asia/Katmandu', 'Asia/Kathmandu'
      end
    end
  end
end