X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=XyJnTYwsB6Pv72KC C91dL/IBhyCUnVnDHPISrFRLWNwo/Uvm272KaQh9eyTbOoRrCrO2/E5CNGybqAU+ I8O9U0mQHQaZ/Id67z5Ejx6h1DWLkbFmZCroN+4DlF0esqQftOd44Ppn0+jftizr PhVWUFm9SC04AGLLxZo/WpLYkZQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=j9PgYjOzyEAbUhF6DqrGaz e/1+A=; b=XOItpxPgPWuw7JKeG3ltF5aisJ5JrzmAhK11ObrylDwZj0uiZiDxbz cBAVat2nUDABlJzzJ2uPy1yujOpDko/6XVOxdJhEnXsO3DrxLNJ0pbXn/4y4jfrS 9/QvSt/yTJ/dJJlMT4iRHGPQ3qJo6UYrdSXld1q7lsaO82QWqlDFY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f170.google.com X-Received: by 10.180.211.196 with SMTP id ne4mr106186551wic.23.1436301564336; Tue, 07 Jul 2015 13:39:24 -0700 (PDT) Subject: Re: Cygwin date displays only GMT on Win7 To: cygwin AT cygwin DOT com References: <559C0744 DOT 8050602 AT gmail DOT com> From: Marco Atzeri Message-ID: <559C38DF.9010602@gmail.com> Date: Tue, 7 Jul 2015 22:38:55 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 7/7/2015 9:50 PM, Siv wrote: > Siv gmail.com> writes: > >>> >> > Still date gives GMT time > > $ date > 07 Jul 2015 07:42:52 PM > > $ date --date='TZ="Asia/Calcutta"' > 06 Jul 2015 06:30:00 PM Wrong town ? $ date Tue, Jul 07, 2015 10:36:40 PM $ date -u Tue, Jul 07, 2015 8:36:43 PM $ date --date='TZ="Asia/Calcutta"' Mon, Jul 06, 2015 8:30:00 PM $ date --date='TZ="Asia/Delhi"' Tue, Jul 07, 2015 2:00:00 AM -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple