mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
entered into RCS
This commit is contained in:
parent
22390f50fd
commit
dce33aad41
@ -272,8 +272,7 @@ Gregorian date Sunday, December 31, 1 BC."
|
||||
(and (car zone) zone))))))
|
||||
|
||||
(defun timezone-fix-time (date local timezone)
|
||||
"Find the time represented by the string DATE (with default timezone LOCAL),
|
||||
and represent it as a YY-MM-DD-HH-MM-SS-TIMEZONE vector.
|
||||
"Convert DATE (default timezone LOCAL) to YYYY-MM-DD-HH-MM-SS-ZONE vector.
|
||||
If LOCAL is nil, it is assumed to be GMT.
|
||||
If TIMEZONE is nil, use the local time zone."
|
||||
(let* ((date (timezone-parse-date date))
|
||||
|
Loading…
Reference in New Issue
Block a user