diff options
author | Jim Meyering <jim@meyering.net> | 1996-08-29 04:23:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-08-29 04:23:53 +0000 |
commit | 3d672b27ca043b0ebdd7166cf82286bb8b2aa141 (patch) | |
tree | 974cd62db60c986541985c7809d74e570701df45 /doc | |
parent | 8726a1e79eb4f61c0bcbe9675f65031a75b1ff4e (diff) | |
download | coreutils-3d672b27ca043b0ebdd7166cf82286bb8b2aa141.tar.xz |
quote via kb
Diffstat (limited to 'doc')
-rw-r--r-- | doc/getdate.texi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/getdate.texi b/doc/getdate.texi index 8b83a67a5..c2389f534 100644 --- a/doc/getdate.texi +++ b/doc/getdate.texi @@ -11,6 +11,30 @@ @cindex date input formats @findex getdate +@quotation +Our units of temporal measurement, from seconds on up to months, are so +complicated, asymmetrical and disjunctive so as to make coherent mental +reckoning in time all but impossible. Indeed, had some tyrannical god +contrived to enslave our minds to time, to make it all but impossible +for us to escape subjection to sodden routines and unpleasant surprises, +he could hardly have done better than handing down our present system. +It is like a set of trapezoidal building blocks, with no vertical or +horizontal surfaces, like a language in which the simplest thought +demands ornate constructions, useless particles and lengthy +circumlocutions. Unlike the more successful patterns of language and +science, which enable us to face experience boldly or at least +level-headedly, our system of temporal calculation silently and +persistently encourages our terror of time. + +@dots{} It is as though architects had to measure length in feet, width +in meters and height in ells; as though basic instruction manuals +demanded a knowledge of five different languages. It is no wonder then +that we often look into our own immediate past or future, last Tuesday +or a week from Sunday, with feelings of helpless confusion. @dots{} + +--- Robert Grudin, @cite{Time and the Art of Living}. +@end quotation + This section describes the textual date representations that GNU programs accept. These are the strings you, as a user, can supply as arguments to the various programs. The C interface (via the |