From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; on Windows, M-x display-time-world shows the same, incorrect, time for all cities Date: Sat, 20 Oct 2007 23:21:41 +0200 Message-ID: References: <878x6165pn.fsf@offby1.atm01.sea.blarg.net> <47169ECD.8090401@gnu.org> <471A6B16.8060406@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1192915352 13946 80.91.229.12 (20 Oct 2007 21:22:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Oct 2007 21:22:32 +0000 (UTC) Cc: offby1@blarg.net, emacs-pretest-bug@gnu.org, apple@kanis.eu To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 20 23:22:32 2007 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 1IjLmB-0007HG-Dj for ged-emacs-devel@m.gmane.org; Sat, 20 Oct 2007 23:22:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjLm3-0008OI-T0 for ged-emacs-devel@m.gmane.org; Sat, 20 Oct 2007 17:22:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IjLls-0008HO-8R for emacs-devel@gnu.org; Sat, 20 Oct 2007 17:22:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IjLlq-0008GP-2i for emacs-devel@gnu.org; Sat, 20 Oct 2007 17:22:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjLlp-0008GJ-WA for emacs-devel@gnu.org; Sat, 20 Oct 2007 17:22:10 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IjLlp-00019I-If for emacs-devel@gnu.org; Sat, 20 Oct 2007 17:22:09 -0400 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IjLlo-0004mJ-RG for emacs-pretest-bug@gnu.org; Sat, 20 Oct 2007 17:22:08 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IjLll-000184-3G for emacs-pretest-bug@gnu.org; Sat, 20 Oct 2007 17:22:08 -0400 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IjLlh-00016S-3p; Sat, 20 Oct 2007 17:22:01 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-255-163.inter.net.il [83.130.255.163]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id DXH19703 (AUTH halo1); Sat, 20 Oct 2007 23:21:41 +0200 (IST) In-reply-to: <471A6B16.8060406@gnu.org> (message from Jason Rumney on Sat, 20 Oct 2007 21:54:46 +0100) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:81316 gmane.emacs.pretest.bugs:20179 Archived-At: > Date: Sat, 20 Oct 2007 21:54:46 +0100 > From: Jason Rumney > Cc: offby1@blarg.net, emacs-pretest-bug@gnu.org, apple@kanis.eu > > I suspect from past experience with MS libraries > though, that the DST changeover dates will not be handled properly. Yes, this article: http://support.microsoft.com/kb/932955 and also the documentation of _tzset on MSDN indicate that the MS runtime libraries follow the US rules for the DST changeover. But that is better than nothing, I think.