mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
In doc string, say when alpha tz abbr obsoleted
This commit is contained in:
parent
2f7c5e4de0
commit
2a909974fd
|
|
@ -98,8 +98,9 @@ letters, digits, plus or minus signs or colons."
|
|||
"List of some RFC 822 (or later) alphabetic time zones.
|
||||
|
||||
Each entry is in the form (ABBR UTC-OFFSET DAYLIGHT-SAVING-TIME-P).
|
||||
As specified in the RFCs, a time zone abbreviation like \"PST\" retains
|
||||
its circa 1970 meaning even if legislation changes Pacific time.")
|
||||
RFC 2822 (or later) says that the ABBRs are obsolete, and an ABBR like
|
||||
\"PST\" retains its circa 1970 meaning even if legislation changes
|
||||
Pacific time.")
|
||||
|
||||
(defvar parse-time-rules
|
||||
`(((6) parse-time-weekdays)
|
||||
|
|
@ -167,8 +168,8 @@ affect the returned value of date and time, they only affect the
|
|||
last two members of the returned value. This function simply
|
||||
parses the textual representation of date and time into separate
|
||||
numerical values, and doesn't care whether the time is local or UTC.
|
||||
Also, alphabetic time zone abbreviations like \"PST\" have their
|
||||
circa 1970 meanings, even if current usage differs.
|
||||
Also, obsolete alphabetic time zone abbreviations like \"PST\" have
|
||||
their circa 1970 meanings, even if current usage differs.
|
||||
|
||||
See `decode-time' for the meaning of FORM."
|
||||
(condition-case ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue