Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
dbac6e3d
Commit
dbac6e3d
authored
Jan 08, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc fixes.
parent
dffd3124
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
src/editfns.c
src/editfns.c
+3
-5
No files found.
src/editfns.c
View file @
dbac6e3d
...
...
@@ -532,8 +532,7 @@ resolution finer than a second.")
DEFUN
(
"current-time-string"
,
Fcurrent_time_string
,
Scurrent_time_string
,
0
,
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."
)
The format is `Sun Sep 16 01:03:52 1973'."
)
()
{
long
current_time
=
time
((
long
*
)
0
);
...
...
@@ -551,7 +550,7 @@ DEFUN ("current-time-zone", Fcurrent_time_zone, Scurrent_time_zone, 0, 0, 0,
This returns a list of the form (OFFSET SAVINGS-FLAG STANDARD SAVINGS).
\n
\
OFFSET is an integer specifying how many minutes east of Greenwich the
\n
\
current time zone is located. A negative value means west of
\n
\
Greenwich.
Note that this describes the standard time; I
f daylight
\n
\
Greenwich.
Note that this describes the standard time; i
f daylight
\n
\
savings time is in effect, it does not affect this value.
\n
\
SAVINGS-FLAG is non-nil iff daylight savings time or some other sort
\n
\
of seasonal time adjustment is in effect.
\n
\
...
...
@@ -560,8 +559,7 @@ STANDARD is a string giving the name of the time zone when no seasonal\n\
SAVINGS is a string giving the name of the time zone when there is a
\n
\
seasonal time adjustment in effect.
\n
\
If the local area does not use a seasonal time adjustment,
\n
\
SAVINGS-FLAG will always be nil, and STANDARD and SAVINGS will be the
\n
\
same."
)
SAVINGS-FLAG is always nil, and STANDARD and SAVINGS are equal."
)
()
{
#ifdef EMACS_CURRENT_TIME_ZONE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment