Path: utzoo!attcan!uunet!taumet!steve From: steve@taumet.com (Stephen Clamage) Newsgroups: comp.lang.c++ Subject: Re: Where is timegm? Keywords: timegm C++ Message-ID: <330@taumet.com> Date: 21 Jul 90 18:12:52 GMT References: <492@ntpal.UUCP> Organization: Taumetric Corporation, San Diego Lines: 16 seant@ntpal.UUCP (Sean Thompson) writes: >The best functions >I can think of for the task are timegm and timelocal.... >... this .h file does not define these functions (only gmtime, >localtime, time, etc...). ANSI C defines funcions gmtime and localtime. Evidently your local C implementation used functions with different names (and possibly different workings). Check the old manual for the old functions' specifications, and the new manual (or an ANSI C text) for the the new functions' specifications. You should find the changes easy to make. -- Steve Clamage, TauMetric Corp, steve@taumet.com