Newsgroups: fj.sources.d
Path: galaxy.trc.rwcp.or.jp!sparky!uunet!twinsun!eggert
From: eggert@twinsun.com (Paul Eggert)
Subject: Re: TimeZone is JST ?, on your MH.
Message-ID: <bk1`8oDt@twinsun.com>
Sender: usenet@twinsun.com
Nntp-Posting-Host: twinsun
Organization: Twin Sun, Inc
References: <S91M801.92Dec19114912@ipckus.kansai-u.ac.jp>
Distribution: fj
Date: Sun, 20 Dec 1992 00:46:03 GMT
Lines: 26
Xref: galaxy.trc.rwcp.or.jp fj.sources.d:1855
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.sources.d&nb=1855&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

s91m801@kansai-u.ac.jp (Marone / Takashi Murase) writes:

>*** ./zotnet/tws/dtime.c.orig   Tue Apr 10 05:23:22 1990
>--- ./zotnet/tws/dtime.c        Wed Dec  2 14:15:15 1992
>***************
>*** 64,69 ****
>--- 64,72 ----
>                          "CST", "CDT", -6,
>                          "MST", "MDT", -7,
>                          "PST", "PDT", -8,
>+ #ifdef        JAPAN
>+                       "JST", NULL, 9,
>+ #endif        JAPAN
>...


Please do not do this.  It will cause MH to generate messages that do not
conform to the standard (Internet RFC 822).  The standard does not allow `JST'.

Alphabetic time zone names like `PST' are obsolescent, and are present in
the standard only for backwards compatibility with old North American
software.  This is because of the obvious political problems in extending
alphabetic time zone names over the rest of the world: imagine Jamaica,
Japan, and Jordan all arguing over what `JST' should mean!  Please use
numeric time zones like `+0900' instead; Internet RFC 1123 section 5.2.14
recommends this even for North American time zones.
