aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Majuro.rb
diff options
context:
space:
mode:
authorgbuesing <gbuesing@gmail.com>2008-10-19 22:06:32 -0500
committergbuesing <gbuesing@gmail.com>2008-10-19 22:06:32 -0500
commit93e1bff82a531c957bad91ea67e01b4793ccc51f (patch)
tree4c836cb99ed4d61cffe06a677f95be84e6bf76db /activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Majuro.rb
parent39e1911463a0f50a901040b67cd29bd94dfac609 (diff)
downloadrails-93e1bff82a531c957bad91ea67e01b4793ccc51f.tar.gz
rails-93e1bff82a531c957bad91ea67e01b4793ccc51f.tar.bz2
rails-93e1bff82a531c957bad91ea67e01b4793ccc51f.zip
Bundle TzInfo version 0.3.11
Diffstat (limited to 'activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Majuro.rb')
-rw-r--r--activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Majuro.rb20
1 files changed, 0 insertions, 20 deletions
diff --git a/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Majuro.rb b/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Majuro.rb
deleted file mode 100644
index 32adad92c1..0000000000
--- a/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Majuro.rb
+++ /dev/null
@@ -1,20 +0,0 @@
-require 'tzinfo/timezone_definition'
-
-module TZInfo
- module Definitions
- module Pacific
- module Majuro
- include TimezoneDefinition
-
- timezone 'Pacific/Majuro' do |tz|
- tz.offset :o0, 41088, 0, :LMT
- tz.offset :o1, 39600, 0, :MHT
- tz.offset :o2, 43200, 0, :MHT
-
- tz.transition 1900, 12, :o1, 1086923261, 450
- tz.transition 1969, 9, :o2, 58571881, 24
- end
- end
- end
- end
-end