Submitter | Sébastien Brissaud |
---|---|
Date | Feb. 7, 2016, 8:19 a.m. |
Message ID | <b84a4ea4ff5064817354.1454833188@waste.org> |
Download | mbox | patch |
Permalink | /patch/13070/ |
State | Superseded |
Headers | show
Return-Path: <mercurial-devel-bounces@mercurial-scm.org> X-Original-To: patchwork@patchwork.serpentine.com Delivered-To: patchwork@patchwork.serpentine.com Received: from mercurial.selenic.com (mercurial.selenic.com [192.81.134.36]) by bz.selenic.com (Postfix) with ESMTP id 748D43BBD9 for <patchwork@patchwork.serpentine.com>; Tue, 9 Feb 2016 15:22:12 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mercurial.selenic.com (Postfix) with ESMTP id 5F9C42AF192; Tue, 9 Feb 2016 15:22:12 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at mercurial-scm.org Received: from mercurial.selenic.com ([127.0.0.1]) by localhost (mercurial.selenic.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ANHUu4NBXejy; Tue, 9 Feb 2016 15:22:12 -0500 (EST) Received: from mercurial.selenic.com (localhost [127.0.0.1]) by mercurial.selenic.com (Postfix) with ESMTP id 6ECAC2C01B; Tue, 9 Feb 2016 15:22:10 -0500 (EST) X-Original-To: mercurial-devel@mercurial-scm.org Delivered-To: mercurial-devel@mercurial-scm.org Received: from localhost (localhost [127.0.0.1]) by mercurial.selenic.com (Postfix) with ESMTP id C73E82AF18D for <mercurial-devel@mercurial-scm.org>; Sun, 7 Feb 2016 03:19:52 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at mercurial-scm.org Received: from mercurial.selenic.com ([127.0.0.1]) by localhost (mercurial.selenic.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id d782uxkNRYm2 for <mercurial-devel@mercurial-scm.org>; Sun, 7 Feb 2016 03:19:52 -0500 (EST) Received: from waste.org (waste.org [173.11.57.241]) by mercurial.selenic.com (Postfix) with ESMTP id 497842AF18B for <mercurial-devel@mercurial-scm.org>; Sun, 7 Feb 2016 03:19:51 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by waste.org (Postfix) with ESMTP id 19153740D0 for <mercurial-devel@mercurial-scm.org>; Sun, 7 Feb 2016 02:19:51 -0600 (CST) X-Virus-Scanned: Debian amavisd-new at waste.org Received: from waste.org ([127.0.0.1]) by localhost (waste.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id L7lAylHwML-m for <mercurial-devel@mercurial-scm.org>; Sun, 7 Feb 2016 02:19:49 -0600 (CST) Received: from waste.org (localhost [127.0.0.1]) by waste.org (Postfix) with ESMTP id 320BC7405A for <mercurial-devel@selenic.com>; Sun, 7 Feb 2016 02:19:49 -0600 (CST) MIME-Version: 1.0 Subject: [PATCH] test-parse-date: fix timezone name used to test local time with DST X-Mercurial-Node: b84a4ea4ff50648173548ba0e4d2a2986b378adc X-Mercurial-Series-Index: 1 X-Mercurial-Series-Total: 1 Message-Id: <b84a4ea4ff5064817354.1454833188@waste.org> X-Mercurial-Series-Id: <b84a4ea4ff5064817354.1454833188@waste.org> User-Agent: Mercurial-patchbomb/3.6.3+719-b8405d739149 Date: Sun, 07 Feb 2016 02:19:48 -0600 From: =?iso-8859-1?q?S=E9bastien_Brissaud?= <sebastien@brissaud.name> To: mercurial-devel@mercurial-scm.org X-Mailman-Approved-At: Tue, 09 Feb 2016 15:22:09 -0500 X-BeenThere: mercurial-devel@mercurial-scm.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <mercurial-devel.mercurial-scm.org> List-Unsubscribe: <https://www.mercurial-scm.org/mailman/options/mercurial-devel>, <mailto:mercurial-devel-request@mercurial-scm.org?subject=unsubscribe> List-Archive: <http://www.mercurial-scm.org/pipermail/mercurial-devel/> List-Post: <mailto:mercurial-devel@mercurial-scm.org> List-Help: <mailto:mercurial-devel-request@mercurial-scm.org?subject=help> List-Subscribe: <https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel>, <mailto:mercurial-devel-request@mercurial-scm.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: mercurial-devel-bounces@mercurial-scm.org Sender: "Mercurial-devel" <mercurial-devel-bounces@mercurial-scm.org> |
Comments
Sébastien Brissaud - Feb. 7, 2016, 8:19 a.m.
Patch
diff --git a/tests/test-parse-date.t b/tests/test-parse-date.t --- a/tests/test-parse-date.t +++ b/tests/test-parse-date.t @@ -28,7 +28,7 @@ Check with local timezone other than GMT and with DST - $ TZ="PST+8PDT" + $ TZ="PST8PDT" $ export TZ PST=UTC-8 / PDT=UTC-7