[New-bugs-announce] [issue36240] Definitions of time

Robert Billing report at bugs.python.org
Fri Mar 8 09:28:59 EST 2019


New submission from Robert Billing <robertthebilling at googlemail.com>:

https://docs.python.org/3.7/library/time.html contains the text "UTC is Coordinated Universal Time (formerly known as Greenwich Mean Time, or GMT)". This is not strictly true. Referring to https://en.wikipedia.org/wiki/Coordinated_Universal_Time the definition of UTC is in terms of frequency standards, GMT in terms of astronomy. Hence with GMT each minute has exactly 60 seconds, but the length of the second may vary slightly to account for changes in the Earth's rotation. With UTC each second is the same length, but "leap seconds" can be inserted or removed giving 59 and 61 second minutes. The leap seconds keep the two systems in sync to less than one second.

This of course only matters for the most critical applications, but it would be worth documenting correctly.

----------
assignee: docs at python
components: Documentation
messages: 337482
nosy: Robert Billing, docs at python
priority: normal
severity: normal
status: open
title: Definitions of time
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36240>
_______________________________________


More information about the New-bugs-announce mailing list