From: Jason Rumney <jasonr@gnu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Paul Eggert <eggert@cs.ucla.edu>, 9794@debbugs.gnu.org
Subject: bug#9794: 24.0.90; `format-time-string' no good for %Z
Date: Fri, 21 Oct 2011 23:40:20 +0800 [thread overview]
Message-ID: <87vcrifj4r.fsf@gnu.org> (raw)
In-Reply-To: <83botct3qv.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 20 Oct 2011 11:24:24 +0200")
Eli Zaretskii <eliz@gnu.org> writes:
>> Any code that assumes that (format-time-string "%Z") must generate
>> an RFC822 zone is making an unwarranted assumption and should be
>> fixed.
>
> Fixed how? Given some arbitrary string, how can Lisp code check
> whether it is or isn't compliant? Non-ASCII characters are easy to
> check, but what about time zones that include only ASCII characters?
Lisp code that needs RFC822 compliance should just use %z. Only a small
subset of timezone abbreviations are allowed by RFC822:
zone = "UT" / "GMT" ; Universal Time
; North American : UT
/ "EST" / "EDT" ; Eastern: - 5/ - 4
/ "CST" / "CDT" ; Central: - 6/ - 5
/ "MST" / "MDT" ; Mountain: - 7/ - 6
/ "PST" / "PDT" ; Pacific: - 8/ - 7
/ 1ALPHA ; Military: Z = UT;
; A:-1; (J not used)
; M:-12; N:+1; Y:+12
/ ( ("+" / "-") 4DIGIT ) ; Local differential
; hours+min. (HHMM)
So Paul is probably correct - we should not worry about RFC / POSIX or
whatever compliance for %Z.
> Jason, can you point out which package(s) needed an RFC822-compliant
> time zone name? In the mail exchange I found, you just say
>
> [...] since the result of current-time-zone is used for mail
> headers, where non-ASCII characters are not allowed, and the POSIX
> timezone names are expected [...]
A translation of the original report is here:
http://www.m17n.org/mlarchive/mule-ja/200102/msg00072.html
The original problem leading to that report seems to have been observed
in a beta version of mew:
http://groups.yahoo.co.jp/group/emacs21-users-ja/message/42
next prev parent reply other threads:[~2011-10-21 15:40 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-19 6:44 bug#9794: 24.0.90; `format-time-string' no good for %Z Drew Adams
2011-10-19 7:43 ` Drew Adams
2011-10-19 8:33 ` Eli Zaretskii
2011-10-19 13:20 ` Jason Rumney
2011-10-19 14:28 ` Drew Adams
2011-10-19 15:26 ` Eli Zaretskii
2011-10-19 16:08 ` Eli Zaretskii
2011-10-20 7:48 ` Paul Eggert
2011-10-20 9:24 ` Eli Zaretskii
2011-10-20 9:46 ` Andreas Schwab
2011-10-20 10:05 ` Eli Zaretskii
2011-10-20 10:10 ` Andreas Schwab
2011-10-20 10:49 ` Eli Zaretskii
2011-10-20 11:22 ` Andreas Schwab
2011-10-20 12:58 ` Eli Zaretskii
2011-10-20 13:06 ` Andreas Schwab
2011-10-20 13:18 ` Eli Zaretskii
2011-10-20 15:23 ` Paul Eggert
2011-10-20 16:03 ` Eli Zaretskii
2011-10-21 15:40 ` Jason Rumney [this message]
2011-10-21 17:34 ` Paul Eggert
2011-10-22 9:21 ` bug#641: " Eli Zaretskii
2011-10-19 14:29 ` Drew Adams
2011-10-19 15:13 ` Eli Zaretskii
2011-10-19 7:47 ` Eli Zaretskii
2011-10-19 14:28 ` Drew Adams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87vcrifj4r.fsf@gnu.org \
--to=jasonr@gnu.org \
--cc=9794@debbugs.gnu.org \
--cc=eggert@cs.ucla.edu \
--cc=eliz@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).