From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.0 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_MED,SPF_PASS,T_DKIM_INVALID, T_RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 854EF20D09 for ; Sat, 27 May 2017 17:25:35 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id EBB3A120754; Sun, 28 May 2017 02:25:32 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id 9AEC5120751 for ; Sun, 28 May 2017 02:25:26 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=8L100FE8/oKQWKwNrNiJI6GtadM=; b=HUZGX7vDQsIhaf8wXu 18LZpjdklQNwG4mtg0Kb1tCmsxUmh8k2j9AEr4udFfKItBqf2E9JZKZEuZpVnds3 7Ni5bJifCWsudpyYgnZiGfQQD4vHDdy5nx7cVx9lUni8cOurvWIu8vYPqtbFbJpr RZ629RXnB9Jg3fsHyT/zm8FCw= Received: by filter0924p1mdw1.sendgrid.net with SMTP id filter0924p1mdw1-19499-5929B683-15 2017-05-27 17:25:23.246436611 +0000 UTC Received: from herokuapp.com (ec2-54-146-21-181.compute-1.amazonaws.com [54.146.21.181]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id WbIQ6DdmSbaDJZT5UB4jDg Sat, 27 May 2017 17:25:23.086 +0000 (UTC) Date: Sat, 27 May 2017 17:25:22 +0000 From: eregontp@gmail.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 56451 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 13591 X-Redmine-Issue-Author: MSP-Greg X-Redmine-Issue-Assignee: Eregon X-Redmine-Sender: Eregon X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS6e6ge+DtWkcPPtm09MSITkTv+nJMu5ufGR4g R8B5/JtobHiDE2+MC5Lvn1rbWSS6EUwemAGL0mH6BQJ2GUkJTvAFz0oYPCkxHXfOA00aGv5BNWrz08 wqEYK2d5LpWhlXfPzjj42vgC+1uR6OVKM/wAzSBuE558590XcMh5tT69zQ== X-ML-Name: ruby-core X-Mail-Count: 81422 Subject: [ruby-core:81422] [Ruby trunk Bug#13591] spec/rubyspec/core/time/zone_spec - Windows does not support ENV['TZ'] X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #13591 has been updated by Eregon (Benoit Daloze). Interesting, an offset of 3600 means 1 hour so UTC+1, like current TZ=Europe/London summer time. Does anyone know what could go wrong? I am thinking part of it might be that C functions related to time might behave slightly differently between OS and the result might also depend on the system time zone and settings (if the system time zone is UTC then we cannot test the difference between local zone and UTC zone). ---------------------------------------- Bug #13591: spec/rubyspec/core/time/zone_spec - Windows does not support ENV['TZ'] https://bugs.ruby-lang.org/issues/13591#change-65133 * Author: MSP-Greg (Greg L) * Status: Feedback * Priority: Normal * Assignee: Eregon (Benoit Daloze) * Target version: * ruby -v: ruby 2.5.0dev (2017-05-27 trunk 58911) [x64-mswin64_140] * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- Windows does not support ENV['TZ'], so it should be removed from rspec tests. See [GitHub PR 1627](https://github.com/ruby/ruby/pull/1627) -- https://bugs.ruby-lang.org/