From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 30221 invoked from network); 1 Oct 2021 03:08:10 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 1 Oct 2021 03:08:10 -0000 Received: from wopr.sciops.net ([216.126.196.60]) by 4ess; Thu Sep 30 21:55:18 -0400 2021 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1633053295; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oc6ugm7WrW/laJaHN0VE0d+yJ6POPzuRdrQVpMe6jPc=; b=yEQ+2E6A26QDrtF7FYnWn3bT8DnuUR2jYuWv5WOIBT90LaWZZyRjHsTAZI5sunpB+Zgqea Vtu9hMIy7p6ViCIdviYs4Qgwtr87mYfV64OF26xpOhZKqiuskIAVYn1CBfa5pfNZqQ7sEv GsFOTOlj0zn6llOkCRu94qiDQWbc6Cc= Received: from localhost (wopr.sciops.net [local]) by wopr.sciops.net (OpenSMTPD) with ESMTPA id ca7f1626 for <9front@9front.org>; Thu, 30 Sep 2021 18:54:55 -0700 (PDT) Date: Thu, 30 Sep 2021 18:54:55 -0700 From: Kurt H Maier To: 9front@9front.org Message-ID: Mail-Followup-To: 9front@9front.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: mobile transactional general-purpose enhancement base-based event Subject: Re: [9front] quick tmdate question Reply-To: 9front@9front.org Precedence: bulk On Thu, Sep 30, 2021 at 09:05:33AM -0600, lyndsay wrote: > can't find a clear answer in tmdate(2)� - i'm writing a program (in c) > that needs a way to store and parse any arbitrary time AD. will those be > properly dealt with if i store times in Tm and parse user input with > tmparse() or should i write my own function? > > -lyndsay > Steal code from /sys/src/cmd/seconds.c is my advice