summaryrefslogtreecommitdiffhomepage
path: root/test/workbook/worksheet/tc_date_time_converter.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-04-03 20:53:37 +0900
committerRandy Morgan <[email protected]>2012-04-03 20:53:37 +0900
commit6a828bfa7e1e101eeab3ac285f22e78c781c0f48 (patch)
tree5009fb6e2af7420fa6f6424ffe5d971519cdba68 /test/workbook/worksheet/tc_date_time_converter.rb
parentde475afa8d91fedf84d1d90e1407cc404ee4b5df (diff)
downloadcaxlsx-6a828bfa7e1e101eeab3ac285f22e78c781c0f48.tar.gz
caxlsx-6a828bfa7e1e101eeab3ac285f22e78c781c0f48.zip
pre release prep
Diffstat (limited to 'test/workbook/worksheet/tc_date_time_converter.rb')
-rw-r--r--test/workbook/worksheet/tc_date_time_converter.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/workbook/worksheet/tc_date_time_converter.rb b/test/workbook/worksheet/tc_date_time_converter.rb
index 64b5cf6b..adeae92b 100644
--- a/test/workbook/worksheet/tc_date_time_converter.rb
+++ b/test/workbook/worksheet/tc_date_time_converter.rb
@@ -113,7 +113,6 @@ class TestDateTimeConverter < Test::Unit::TestCase
def test_timezone
utc = Time.utc 2012 # January 1st, 2012 at 0:00 UTC
local = begin
- ENV["TZ"]="GMT+1"
Time.new 2012, 1, 1, 1, 0, 0, 3600 # January 1st, 2012 at 1:00 GMT+1
rescue ArgumentError
Time.parse "2012-01-01 01:00:00 +0100"