aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Fiji.rb
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2009-06-07 20:00:25 -0500
committerGeoff Buesing <gbuesing@gmail.com>2009-06-07 20:00:25 -0500
commit04eb2b72b400384fe49e31b95c11c68cab2aca8e (patch)
tree1ddffb6a4135c69c6b25f451d8003bd86b7495ae /activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Fiji.rb
parent6a3f8ae4075042f122d493208f18ecfb797b38ae (diff)
downloadrails-04eb2b72b400384fe49e31b95c11c68cab2aca8e.tar.gz
rails-04eb2b72b400384fe49e31b95c11c68cab2aca8e.tar.bz2
rails-04eb2b72b400384fe49e31b95c11c68cab2aca8e.zip
Update bundled TZInfo to v0.3.13
Diffstat (limited to 'activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Fiji.rb')
-rw-r--r--activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Fiji.rb23
1 files changed, 0 insertions, 23 deletions
diff --git a/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Fiji.rb b/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Fiji.rb
deleted file mode 100644
index 5fe9bbd9a6..0000000000
--- a/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Fiji.rb
+++ /dev/null
@@ -1,23 +0,0 @@
-require 'tzinfo/timezone_definition'
-
-module TZInfo
- module Definitions
- module Pacific
- module Fiji
- include TimezoneDefinition
-
- timezone 'Pacific/Fiji' do |tz|
- tz.offset :o0, 42820, 0, :LMT
- tz.offset :o1, 43200, 0, :FJT
- tz.offset :o2, 43200, 3600, :FJST
-
- tz.transition 1915, 10, :o1, 10457838739, 4320
- tz.transition 1998, 10, :o2, 909842400
- tz.transition 1999, 2, :o1, 920124000
- tz.transition 1999, 11, :o2, 941896800
- tz.transition 2000, 2, :o1, 951573600
- end
- end
- end
- end
-end