From b83255ee786e71ccc4541c195b0dac17472d1cf7 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 2 Jul 1999 01:57:26 +0000 Subject: [PATCH] Contents of release-21-2 at 1999-07-02-10. --- src/ChangeLog | 5 +++++ src/editfns.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 5cb90c3..df1e6c5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +1999-06-30 SL Baur + + * editfns.c: Document "%s" format spec. + Suggested by Bob Weiner + 1999-06-29 Andy Piper * event-msw.c: fix definition booboo. diff --git a/src/editfns.c b/src/editfns.c index ce1f101..b914b4a 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -1040,6 +1040,8 @@ FORMAT-STRING may contain %-sequences to substitute parts of the time. %p is replaced by AM or PM, as appropriate. %r is a synonym for "%I:%M:%S %p". %R is a synonym for "%H:%M". +%s is replaced by the time in seconds since 00:00:00, Jan 1, 1970 (a + nonstandard extension) %S is replaced by the second (00-60). %t is a synonym for "\\t". %T is a synonym for "%H:%M:%S". -- 1.7.10.4