aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/tzinfo-0.3.16/lib/tzinfo/definitions/Africa/Harare.rb
diff options
context:
space:
mode:
authorMikel Lindsaar <raasdnil@gmail.com>2010-01-28 11:46:54 +1100
committerMikel Lindsaar <raasdnil@gmail.com>2010-01-28 11:46:54 +1100
commit9029efce410ea49de6eb65481fb2ad8143e69c35 (patch)
tree2ee9742df69c156b4b615e48e095e2c81edbbceb /activesupport/lib/active_support/vendor/tzinfo-0.3.16/lib/tzinfo/definitions/Africa/Harare.rb
parent32ce2bb37fcc4f41322d69d74d686d08c0bb39c7 (diff)
downloadrails-9029efce410ea49de6eb65481fb2ad8143e69c35.tar.gz
rails-9029efce410ea49de6eb65481fb2ad8143e69c35.tar.bz2
rails-9029efce410ea49de6eb65481fb2ad8143e69c35.zip
Unbundling TZInfo
Diffstat (limited to 'activesupport/lib/active_support/vendor/tzinfo-0.3.16/lib/tzinfo/definitions/Africa/Harare.rb')
-rw-r--r--activesupport/lib/active_support/vendor/tzinfo-0.3.16/lib/tzinfo/definitions/Africa/Harare.rb18
1 files changed, 0 insertions, 18 deletions
diff --git a/activesupport/lib/active_support/vendor/tzinfo-0.3.16/lib/tzinfo/definitions/Africa/Harare.rb b/activesupport/lib/active_support/vendor/tzinfo-0.3.16/lib/tzinfo/definitions/Africa/Harare.rb
deleted file mode 100644
index 070c95ae0f..0000000000
--- a/activesupport/lib/active_support/vendor/tzinfo-0.3.16/lib/tzinfo/definitions/Africa/Harare.rb
+++ /dev/null
@@ -1,18 +0,0 @@
-require 'tzinfo/timezone_definition'
-
-module TZInfo
- module Definitions
- module Africa
- module Harare
- include TimezoneDefinition
-
- timezone 'Africa/Harare' do |tz|
- tz.offset :o0, 7452, 0, :LMT
- tz.offset :o1, 7200, 0, :CAT
-
- tz.transition 1903, 2, :o1, 1932939531, 800
- end
- end
- end
- end
-end