From: Jim Meyering Date: Thu, 26 Oct 2000 22:36:39 +0000 (+0000) Subject: (usage): Mention the time zone, UTC, and write the date X-Git-Tag: FILEUTILS-4_0_28~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=141a1086a2ac778392b0358fb513c9e75193fa1f;p=platform%2Fupstream%2Fcoreutils.git (usage): Mention the time zone, UTC, and write the date in ISO format in the description of %s. Suggestion from Karl Berry. --- diff --git a/src/date.c b/src/date.c index 0904a50..23a2982 100644 --- a/src/date.c +++ b/src/date.c @@ -161,7 +161,7 @@ specifies Coordinated Universal Time. Interpreted sequences are:\n\ %%n a newline\n\ %%p locale's AM or PM\n\ %%r time, 12-hour (hh:mm:ss [AP]M)\n\ - %%s seconds since 00:00:00, Jan 1, 1970 (a GNU extension)\n\ + %%s seconds since `00:00:00 1970-01-01 UTC' (a GNU extension)\n\ %%S second (00..60)\n\ %%t a horizontal tab\n\ %%T time, 24-hour (hh:mm:ss)\n\