[docs] [issue8810] TZ offset description is unclear in docs

Alexander Belopolsky report at bugs.python.org
Fri Jun 4 06:02:29 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

Sean,

It looks like you committed your first patch rather than your second.  Is that what you intended?

Also in msg106734, you agree to change "West" to "west", but committed "West."  Note that "west" is correct.  In English, the West means the western part of the world while western direction is the west.

Pedantically, the UTC is not a location, so you cannot say "to the west of UTC".  Instead, you should say "to the west of the Greenwich Meridian."

Note how RFC 3339 defines the offset:

"""
   Numeric offsets are calculated as "local time minus UTC".  So the
   equivalent time in UTC can be determined by subtracting the offset
   from the local time.
"""

I think this is preferable because there are locations such as Spain to the west of Greenwich which use UTC+1.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8810>
_______________________________________


More information about the docs mailing list