From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 2D60D385840C for ; Wed, 21 Feb 2024 14:53:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2D60D385840C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 2D60D385840C Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708527231; cv=none; b=tj/dMr8u2uj2+tDPmlPImHrLQxQOyA0lUohnbLiQ8WjX2ZFNe6Gv6YkuOm3vECdX0J/mUWs1SvLLhqNBgdF8pQpmiyTBvDUhNgjA93Nu2gFzfFuJauNIqDvWK/hKT/vj/O0dUI9qNhwd/gbb3qKVA3/juFM5Z49VKSdRHMEM8rU= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708527231; c=relaxed/simple; bh=2jss98oLfVTf/HYiys9BCj/NbkR0wql3RXL53my87n8=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=VIDGza35XC3s9XV84ax3oqIyjS0Co4YlQ6GXnyS30cYCaF+aXsvmt2T3gMtM5OTfc4j9IV8PqEYaaJkCrp6hn+9J0LKipvvnHoKcEd09F2SXS+hu/rxTLGstRwmgRPV07a3spojwuqZlZJVWAPbw3WHBhKXGXqyvccoCxl/HH3w= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1708527229; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=mdtANi0zMv5VivgLT0mLvYM5/y0HT5qNBziYK6pidw4=; b=DRgjySaVx5g1+lPV5ps74SbGF2r1yCRIW71vFdvIkoy3INUTMCZUuJDQ8QcsEtTN7i16LH 8QB2Hz7TjZwniD+ZQYoP5EeCy89SgwZQ5/PSdVc1ZnweKWtS/0CA7hNHxpjL4JMCa9Rpd4 +tFyU8+v/goJAXAQkCcZesCowlvrIBY= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-610-lwCvjeMgMz-T-7q3TQrxAg-1; Wed, 21 Feb 2024 09:53:44 -0500 X-MC-Unique: lwCvjeMgMz-T-7q3TQrxAg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id EFEE23C29A64; Wed, 21 Feb 2024 14:53:43 +0000 (UTC) Received: from calimero.vinschen.de (unknown [10.39.195.74]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CD93E1C14B0B; Wed, 21 Feb 2024 14:53:43 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 799B0A80973; Wed, 21 Feb 2024 15:53:42 +0100 (CET) Date: Wed, 21 Feb 2024 15:53:42 +0100 From: Corinna Vinschen To: Alexey Lapshin Cc: "newlib@sourceware.org" , Alexey Gerenkov , Ivan Grokhotkov Subject: Re: [PATCH] strptime: fix am/pm converting to 24-hour system Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: Alexey Lapshin , "newlib@sourceware.org" , Alexey Gerenkov , Ivan Grokhotkov References: <47c4248d8449aa6efa9ef3839ba2a9f329fcea9b.camel@espressif.com> MIME-Version: 1.0 In-Reply-To: <47c4248d8449aa6efa9ef3839ba2a9f329fcea9b.camel@espressif.com> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Alexey, On Feb 20 18:51, Alexey Lapshin wrote: > Fix the issue of parsing 08:00AM, which currently gives a 20:00 representation. > > --- > newlib/libc/time/strptime.c | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) Pushed, thank you! Corinna