From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: time.el, world-clock default Calcutta/Kolkata? Date: Fri, 09 Aug 2024 13:37:33 +0300 Message-ID: <86le16kmmq.fsf@gnu.org> References: <87cymk9n14.fsf@hillenius.net> <86ttfvmwp3.fsf@gnu.org> <41276c5e-0ef6-4c10-8da8-9ab1abedcddc@cs.ucla.edu> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38931"; mail-complaints-to="usenet@ciao.gmane.io" Cc: eggert@cs.ucla.edu, gijs@hillenius.net, emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Aug 09 12:37:55 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1scN0L-0009tK-H5 for ged-emacs-devel@m.gmane-mx.org; Fri, 09 Aug 2024 12:37:53 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1scN0C-00040w-2z; Fri, 09 Aug 2024 06:37:44 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1scN07-0003uQ-36 for emacs-devel@gnu.org; Fri, 09 Aug 2024 06:37:39 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1scN04-0000oz-Hd; Fri, 09 Aug 2024 06:37:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=IDPQ4UPaQWUUq1FPODQ0+OYeVZmpDv/e1SaTrpT4AUA=; b=SOFfN3/RzWwH FqzS0cZ+N7b00OzlVLQpPJZ2IDJ8nEmTWbeiZN7gAO7Old10OsnChjTVkU6xnkK12ShfrTgtbXFHI S5w1MYT77EQglW3LmRbQ+/pzY02k6/Ao5VJKfJzPBaxoBznHGSHZUuDeAxD83JmKUXOz1/zWGyaVT sxnnWLRX62zjD+u9od79N3BcozoHiJxyJjD1ZCh4H4Tn+tcEpJKwqTnHKDG7u+MYsts9cUq9aitjU WLtBxg18ryuFqyscMOKY//ZxknFHq8Yujxn/6lUKe0Oi1+GfIjpWJC8Ga7RPA/tHKn9eZYRpTj/r5 2qUEMlE+SR2GNhmRkLiwAw==; In-Reply-To: (message from Stefan Kangas on Fri, 9 Aug 2024 08:41:20 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:322564 Archived-At: > From: Stefan Kangas > Date: Fri, 9 Aug 2024 08:41:20 +0000 > Cc: emacs-devel@gnu.org > > Paul Eggert writes: > > > Ordinarly TZDB has both Asia/Kolkata (the standard name) and > > Asia/Calcutta (the backward-compatibility alias). Although the aliases > > are normally present, they are optional. It's safe to change time.el to > > use Asia/Kolkata now, as the standard name changed in 2008 and even > > ancient systems keep up with TZDB in order to function properly. So I > > installed that change into Emacs master. > > Shouldn't that fix be installed on emacs-30? It isn't urgent enough for that, IMO.