Xref: utzoo comp.lang.c:34926 comp.sources.wanted:14631 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!netnews.upenn.edu!msuinfo!convex.cl.msu.edu!jap From: jap@convex.cl.msu.edu (Joe Porkka) Newsgroups: comp.lang.c,comp.sources.wanted Subject: Re: Looking for ctime's inverse function Message-ID: <1990Dec28.180724.13090@msuinfo.cl.msu.edu> Date: 28 Dec 90 18:07:24 GMT References: <1990Dec28.010508.12746@demott.com> Sender: news@msuinfo.cl.msu.edu Organization: Michigan State University Lines: 10 kdq@demott.com (Kevin D. Quitt) writes: > Before I have to spend the time (re)inventing the screwdriver, does >anyone have code to parse time/date notation and return a time_t? I >don't need anything as fancy as "at", but I wouldn't turn down the strptime() in SunOS 4.1 does this. Sorry I can't post the sources.