From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Robin Hu Newsgroups: gmane.emacs.devel Subject: Wrong current-time under win32 Date: Thu, 29 May 2003 08:39:32 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1054208043 9358 80.91.224.249 (29 May 2003 11:34:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 29 May 2003 11:34:03 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu May 29 13:34:01 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19LLf9-0002Pi-00 for ; Thu, 29 May 2003 13:33:39 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19LLtn-0003kx-00 for ; Thu, 29 May 2003 13:48:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19LLgK-0005jy-8t for emacs-devel@quimby.gnus.org; Thu, 29 May 2003 07:34:52 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19LLfP-00040r-PL for emacs-devel@gnu.org; Thu, 29 May 2003 07:33:55 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19LLeg-0003D3-0r for emacs-devel@gnu.org; Thu, 29 May 2003 07:33:10 -0400 Original-Received: from [210.77.38.126] (helo=ns.turbolinux.com.cn) by monty-python.gnu.org with esmtp (Exim 4.20) id 19LLeV-00032j-JW for emacs-devel@gnu.org; Thu, 29 May 2003 07:32:59 -0400 Original-Received: from LOADLIN (gateway.cn.tlan [210.74.191.34]) (authenticated bits=0) by ns.turbolinux.com.cn (8.12.5/8.12.5) with ESMTP id h4T8bukG023517 for ; Thu, 29 May 2003 16:38:03 +0800 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (windows-nt) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14414 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14414 Hi everyone: In emacs 21.3.50 under win32, the return of (current-time-zone) is (0. "PRC"), which should be (28800. "PRC") instead. Any idea to fix this built-in function? robin.hu