~ubuntu-branches/ubuntu/oneiric/ruby-activesupport-2.3/oneiric-security

« back to all changes in this revision

Viewing changes to .pc/0001-remove_vendor_directory.patch/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Tongatapu.rb

  • Committer: Bazaar Package Importer
  • Author(s): Ondřej Surý
  • Date: 2011-06-01 14:30:04 UTC
  • Revision ID: james.westby@ubuntu.com-20110601143004-p0rueiclf8v8r2m2
Tags: 2.3.11-1
* Convert package to gem2deb format
* Split the package to individual gems instead of one big bundle
* Move the package under the pkg-ruby-extras umbrella
* Add major.minor (-2.3) version to package name to allow rails 3.x
  enter the archive
* Remove dependency on rubygems
* Adam Majer seems to be MIA, remove him from Uploaders

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 Pacific
 
6
      module Tongatapu
 
7
        include TimezoneDefinition
 
8
        
 
9
        timezone 'Pacific/Tongatapu' do |tz|
 
10
          tz.offset :o0, 44360, 0, :LMT
 
11
          tz.offset :o1, 44400, 0, :TOT
 
12
          tz.offset :o2, 46800, 0, :TOT
 
13
          tz.offset :o3, 46800, 3600, :TOST
 
14
          
 
15
          tz.transition 1900, 12, :o1, 5217231571, 2160
 
16
          tz.transition 1940, 12, :o2, 174959639, 72
 
17
          tz.transition 1999, 10, :o3, 939214800
 
18
          tz.transition 2000, 3, :o2, 953384400
 
19
          tz.transition 2000, 11, :o3, 973342800
 
20
          tz.transition 2001, 1, :o2, 980596800
 
21
          tz.transition 2001, 11, :o3, 1004792400
 
22
          tz.transition 2002, 1, :o2, 1012046400
 
23
        end
 
24
      end
 
25
    end
 
26
  end
 
27
end