X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=doc%2Fgetdate.texi;h=30d4d33727b51b3ff0349afbe97db5fc6abcf499;hb=7afd75ed2449865989762cd76c8c02b0ef2637f5;hp=06f60317a0cae68edd5ba8f06ced277fcb291797;hpb=cc818a584f201199b9696c8918b080c0b521557b;p=chaz%2Ftar diff --git a/doc/getdate.texi b/doc/getdate.texi index 06f6031..30d4d33 100644 --- a/doc/getdate.texi +++ b/doc/getdate.texi @@ -1,7 +1,7 @@ @node Date input formats @chapter Date input formats -@c Copyright 1994, 1995, 1996, 1997, 1999, 2000, 2001 Free Software +@c Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003 Free Software @c Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document @@ -46,13 +46,13 @@ programs accept. These are the strings you, as a user, can supply as arguments to the various programs. The C interface (via the @code{getdate} function) is not described here. -@cindex beginning of time, for @sc{posix} -@cindex epoch, for @sc{posix} +@cindex beginning of time, for @acronym{POSIX} +@cindex epoch, for @acronym{POSIX} Although the date syntax here can represent any possible time since the year zero, computer integers often cannot represent such a wide range of -time. On @sc{posix} systems, the clock starts at 1970-01-01 00:00:00 -@sc{utc}: @sc{posix} does not require support for times before the -@sc{posix} Epoch and times far in the future. Traditional Unix systems +time. On @acronym{POSIX} systems, the clock starts at 1970-01-01 00:00:00 +@sc{utc}: @acronym{POSIX} does not require support for times before the +@acronym{POSIX} Epoch and times far in the future. Traditional Unix systems have 32-bit signed @code{time_t} and can represent times from 1901-12-13 20:45:52 through 2038-01-19 03:14:07 @sc{utc}. Systems with 64-bit signed @code{time_t} can represent all the times in the known