From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933269AbcBCQZ6 (ORCPT ); Wed, 3 Feb 2016 11:25:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58205 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757833AbcBCQZz (ORCPT ); Wed, 3 Feb 2016 11:25:55 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20160120153042.14d86d0b@lxorguk.ukuu.org.uk> References: <20160120153042.14d86d0b@lxorguk.ukuu.org.uk> <20160104221658.19818.56223.stgit@warthog.procyon.org.uk> <20160104221727.19818.76115.stgit@warthog.procyon.org.uk> <20497.1453303200@warthog.procyon.org.uk> To: One Thousand Gnomes Cc: dhowells@redhat.com, Rudolf Polzer , keyrings@vger.kernel.org, David Woodhouse , Arnd Bergmann , linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, John Stultz Subject: Re: [RFC PATCH 4/4] X.509: Handle midnight alternative notation in GeneralizedTime MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <28957.1454516753.1@warthog.procyon.org.uk> Date: Wed, 03 Feb 2016 16:25:53 +0000 Message-ID: <28958.1454516753@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org One Thousand Gnomes wrote: > Pedantic hat on 24:00:01 is also potentially valid. The ANSI and ISO > standards allow for double leap seconds even though CCIR-460 doesn't > allow it to actually happen. As far as I can tell without actually buying a copy of ISO 8601, that standard only allows for a single leap second in a day. I grant that that doesn't mean that other standards may permit multiple leap seconds. David