From 163a4c6f4545c040c7ea25c298865a401b1b24f2 Mon Sep 17 00:00:00 2001 From: Geoff Buesing Date: Sun, 10 Feb 2008 19:15:32 +0000 Subject: Pruning unneeded TimeWithZone#change_time_zone_to_current git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8851 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/time_with_zone.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/time_with_zone.rb b/activesupport/lib/active_support/time_with_zone.rb index c5810c2c19..6b9fed4b8f 100644 --- a/activesupport/lib/active_support/time_with_zone.rb +++ b/activesupport/lib/active_support/time_with_zone.rb @@ -42,11 +42,6 @@ module ActiveSupport time.change_time_zone(new_zone) end - # Changes the time zone to Time.zone without converting the time - def change_time_zone_to_current - time.change_time_zone_to_current - end - # Returns a Time.local() instance of the simultaneous time in your system's ENV['TZ'] zone def localtime utc.dup.localtime # use #dup because Time#localtime is destructive -- cgit v1.2.3