Index: libc/time/gmtime.c =================================================================== RCS file: /cvs/src/src/newlib/libc/time/gmtime.c,v retrieving revision 1.2 diff -u -p -r1.2 gmtime.c --- libc/time/gmtime.c 17 Apr 2002 21:23:31 -0000 1.2 +++ libc/time/gmtime.c 19 Jul 2006 16:41:24 -0000 @@ -29,11 +29,11 @@ TRAD_SYNOPSIS struct tm *<[res]>; DESCRIPTION -<> assumes the time at <[clock]> represents a local time. -<> converts it to UTC (Universal Coordinated Time, also known in some -countries as GMT, Greenwich Mean time), then converts the -representation from the arithmetic representation to -the traditional representation defined by <>. +<> takes the time at <[clock]> representing the number +of elapsed seconds since 00:00:00 on January 1, 1970, Universal +Coordinated Time (UTC, also known in some countries as GMT, +Greenwich Mean time) and converts it to a <> +representation. <> constructs the traditional time representation in static storage; each call to <> or <> will overwrite the