mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
* editfns.c (Fcurrent_time_string): Change docstring to
indicate that we will probably add the timezone to the end,
now that we have it available on many systems.
This commit is contained in:
parent
2bda628c55
commit
4b93635c3e
1 changed files with 1 additions and 2 deletions
|
|
@ -529,8 +529,7 @@ DEFUN ("current-time-string", Fcurrent_time_string, Scurrent_time_string, 0, 0,
|
|||
"Return the current time, as a human-readable string.\n\
|
||||
Programs can use it too, since the number of columns in each field is fixed.\n\
|
||||
The format is `Sun Sep 16 01:03:52 1973'.\n\
|
||||
In a future Emacs version, the time zone may be added at the end,\n\
|
||||
if we can figure out a reasonably easy way to get that information.")
|
||||
In a future Emacs version, the time zone may be added at the end.")
|
||||
()
|
||||
{
|
||||
long current_time = time ((long *) 0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue