[gmane.emacs.muse.general] format-time-string

Stephen J. Turnbull stephen at xemacs.org
Sat Aug 26 11:01:10 EDT 2006


>>>>> "APA" == Adrian Aichner <adrian at xemacs.org> writes:

    APA> Does anyone want to look into fixing this?

As far as I know, our format-time-string is just a wrapper around the
platform strftime, and I think that is the right thing to
do---platform routines for parsing date/time strings will work right,
and so on.

strftime doesn't support field widths and such, AFAIK.  If you want
those, you can use a normal `format' with components of a time
structure, eg from `decode-time'.

----------------------------------------------------------------
From: Michael Welle <m.welle at gmx.net>
Subject: format-time-string

I guess XEmacs doesn't support the same argument modifiers to the
format-time-string function than Emacs does.

-- 
School of Systems and Information Engineering http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba                    Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
               Ask not how you can "do" free software business;
              ask what your business can "do for" free software.




More information about the XEmacs-Beta mailing list