From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Michael Reilly Newsgroups: gmane.emacs.devel Subject: Cygwin display time issue Date: Mon, 17 Nov 2008 16:12:28 -0500 Message-ID: <4921DE3C.90208@pajato.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1226956373 4357 80.91.229.12 (17 Nov 2008 21:12:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2008 21:12:53 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 17 22:13:56 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L2BPq-0002zK-FU for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2008 22:13:50 +0100 Original-Received: from localhost ([127.0.0.1]:39580 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2BOh-0007CU-U6 for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2008 16:12:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L2BOc-0007BL-Vf for emacs-devel@gnu.org; Mon, 17 Nov 2008 16:12:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L2BOY-000782-Df for emacs-devel@gnu.org; Mon, 17 Nov 2008 16:12:34 -0500 Original-Received: from [199.232.76.173] (port=60819 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2BOY-00077z-9Z for emacs-devel@gnu.org; Mon, 17 Nov 2008 16:12:30 -0500 Original-Received: from mail.pajato.com ([68.191.253.210]:49105 helo=copa.pajato.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L2BOY-0007x2-7P for emacs-devel@gnu.org; Mon, 17 Nov 2008 16:12:30 -0500 Original-Received: from [127.0.0.1] (copa.pajato.com [68.191.253.210]) by copa.pajato.com (8.14.1/8.13.8) with ESMTP id mAHLCSsN012882 for ; Mon, 17 Nov 2008 16:12:28 -0500 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (copa.pajato.com [68.191.253.210]); Mon, 17 Nov 2008 16:12:28 -0500 (EST) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:105762 Archived-At: After getting Emacs to build and run under Cygwin using Lucid instead of GTK, I noticed that (display-time) is off by 4 hours (time zone issue?) The default Cygwin emacs (/usr/bin/emacs) (21.2.1) gets it correct so I don't think there is simply an environment issue. -pmr