Decimal time

Decimal time
French decimal clock from the time of the French Revolution

Decimal time is the representation of the time of day using units which are decimally related. This term is often used to refer specifically to French Revolutionary Time, which divides the day into 10 decimal hours, each decimal hour into 100 decimal minutes and each decimal minute into 100 decimal seconds, as opposed to the more familiar standard time, which divides the day into 24 hours, each hour into 60 minutes and each minute into 60 seconds.

Contents

History

China

Decimal time was used in China throughout most of its history alongside duodecimal time. The midnight-to-midnight day was divided into both 12 double hours (Traditional Chinese: 時辰; Simplified Chinese: 时辰; Pinyin: shíchen) and 10 shi / 100 ke (Hanzi: 刻; Pinyin: kè) by the 1st millennium BC.[1][2] Other numbers of ke per day were used during three short periods, 120 ke during 5–3 BC, 96 ke during 507–544, and 108 ke during 544–565. Several of the roughly 50 Chinese calendars also divided each ke into 100 fen, although others divided each ke into 60 fen. In 1280, the Shoushi (Season Granting) calendar further subdivided each fen into 100 miao, creating a complete decimal time system of 100 ke, 100 fen and 100 miao.[3] Chinese decimal time ceased in 1645 when the Shixian (Constant Conformity) calendar, based on European astronomy brought to China by the Jesuits, adopted 96 ke per day alongside 12 double hours, making each ke exactly one-quarter hour.[4]

France

In more modern times, decimal time was introduced during the French Revolution in the decree of 5 October 1793:

XI. Le jour, de minuit à minuit, est divisé en dix parties, chaque partie en dix autres, ainsi de suite jusqu’à la plus petite portion commensurable de la durée.
XI. The day, from midnight to midnight, is divided into ten parts, each part into ten others, so on until the smallest measurable portion of duration.

These parts were named on 24 November 1793 (4 Frimaire of the Year II). The primary divisions were called hours, and they added:

La centième partie de l'heure est appelée minute décimale; la centième partie de la minute est appelée seconde décimale. (emphasis in original)
The hundredth part of the hour is called decimal minute; the hundredth part of the minute is called decimal second.

Thus, midnight was reckoned as 10 o'clock, noon as 5 o'clock, etc. Although clocks and watches were produced with faces showing both standard time with numbers 1–24 and decimal time with numbers 1–10, decimal time never caught on; it was not officially used until the beginning of the Republican year III, 22 September 1794, and mandatory use was suspended 7 April 1795 (18 Germinal of the Year III), in the same law which introduced the original metric system. Thus, the metric system at first had no time unit, and later versions of the metric system used the second, equal to 1/86400 day, as the metric time unit.

Decimal time was introduced as part of the French Republican Calendar, which, in addition to decimally dividing the day, divided the month into three décades of 10 days each; this calendar was abolished at the end of 1805. The start of each year was determined according to which day the autumnal equinox occurred, in relation to true or apparent solar time at the Paris Observatory. Decimal time would also have been reckoned according to apparent solar time, depending on the location it was observed, as was already the practice generally for the setting of clocks.

The French made another attempt at the decimalization of time in 1897, when the Commission de décimalisation du temps was created by the Bureau des Longitudes, with the mathematician Henri Poincaré as secretary. The commission proposed a compromise of retaining the 24-hour day, but dividing each hour into 100 decimal minutes, and each minute into 100 seconds. The plan did not gain acceptance and was abandoned in 1900.

Conversions

There are exactly 86,400 standard seconds (see SI for the current definition of the standard second) in a standard day, but in the French decimal time system there are 100,000 decimal seconds in the day, so the decimal second is shorter than its counterpart.

Decimal unit Seconds Minutes Hours h:mm:ss.s
Decimal second 0.864 0.0144 0.00024 0:00:00.9
Decimal minute 86.4 1.44 0.024 0:01:26.4
Decimal hour 8,640 144 2.4 2:24:00.0

Fractional days

The most common use of decimal time of day is as fractional days used by scientists and computer programmers. Standard 24-hour time is converted into a fractional day simply by dividing the number of hours elapsed since midnight by 24 to make a decimal fraction. Thus, midnight is 0.0 day, noon is 0.5 d, etc., which can be added to any type of date, including:

As many decimal places may be used as required for precision, so 0.5 d = 0.500000 d. Fractional days are often reckoned in UTC or TT, although Julian Dates use pre-1925 astronomical date/time (each date began at 0h thus ".0" = noon) and Microsoft Excel uses the local time zone of the computer. Using fractional days reduces the number of units in time calculations from four (days, hours, minutes, seconds) to just one (days). Fractional days are often used by astronomers to record observations, and were expressed in relation to Paris Mean Time by the 18th century French mathematician and astronomer Pierre-Simon Laplace in his book, Traité de Mécanique Céleste, as in these examples:

... et la distance périhélie, égale à 1,053095 ; ce qui a donné pour l'instant du passage au périhélie, sept.29j,10239, temps moyen compté de minuit à Paris. Les valeurs précédentes de a, b, h, l, relatives à trois observations, ont donné la distance périhélie égale à 1,053650; et pour l'instant du passage, sept.29j,04587; ce qui diffère peu des résultats fondés sur cinq observations.

Fractional days were later used by the 19th century British astronomer John Herschel in his book, Outlines of Astronomy, as in these examples:

Between Greenwich noon of the 22d and 23d of March, 1829, the 1828th equinoctial year terminates, and the 1829th commences. This happens at 0d·286003, or at 4h 51m 50s·66 Greenwich Mean Time ... For example, at 12h 0m 0s Greenwich Mean Time, or 0d·500000...

Fractional seconds are arguably more used than fractional days in practice. This is the standard single-unit time representation in many programming languages, most notably C, and part of UNIX/POSIX standards used by Mac OS X, Linux, etc.; to convert fractional days to fractional seconds, multiply the number by 86400. Absolute times are usually represented relative to 1 January 1970, at midnight. Other systems may use a different zero point, may count in milliseconds instead of seconds, etc.

In practice, most of the time, neither fractional days nor fractional seconds are expressed in decimal, because almost all computer representations of fractional time are made using binary coding. Decimal is sometimes but rarely used for computation, more often for storage, but never as much as for human interaction.

Decimal multiples of the SI second

In the International System of Units (SI), in principle, time spans greater than one second are given in units such as kiloseconds (ks), megaseconds (Ms), gigaseconds (Gs), and so on. Occasionally, these units can be found in technical literature, but traditional units like hours, days and years are much more common.

It is possible to specify the time of day as the number of kiloseconds elapsed since midnight. Thus, instead of saying 3:45 p.m. one could say (time of day) 56.7 ks. There are exactly 86.4 ks in one day. However, this system is hardly used in practice.

Swatch Internet Time

On 23 October 1998, the Swiss watchmaking company, Swatch, introduced a decimal time called Swatch Internet Time, which divides the day into 1000 .beats (each 86.4 s) counted from 000–999, with @000 being midnight and @500 being noon CET (UTC +1), as opposed to UTC.[5] The company sold watches which displayed Internet Time.

Internet Time has been criticized[by whom?] for using an origin different from Universal Time, misrepresenting CET as "Biel Mean Time", and for not providing for more precise units, although third-party applications have proposed "centibeats" (864 ms) and "millibeats" (86.4 ms).

Decimal times in fiction

Some science fiction authors use decimal time to reinforce the sense of "otherworldliness", notably in Infocom's Planetfall and Stationfall games, which use "1 chronon = 1/10000 day" such that 0000 = midnight and 5000 = noon.

Isaac Asimov also uses and describes the use of decimal time by the humans from the planet Solaria in his novel The Naked Sun, in which he describes the Solarian hour as being divided into ten decads, each of which is divided into a hundred centads.

Vernor Vinge's A Fire Upon the Deep and A Deepness in the Sky include human cultures that base time on seconds and multiples of seconds, with one "kilosecond" equal to 1,000 seconds (or approximately 15 minutes), one "megasecond" equal to 1,000,000 seconds (or approximately two weeks), and one "gigasecond" equal to 1,000,000,000 seconds (or approximately 30 years).

Greg Bear's Anvil of Stars tells the story of a starship crew that structure their calendar in "tendays" instead of weeks. Tendays are also mentioned in Diane Duane's The Wounded Sky.

Fritz Lang's science fiction film Metropolis depicts what is often misinterpreted as a decimal clock, as it has ten numerals, but it actually measures a workers' shift of ten conventional hours in one cycle, not decimal hours[citation needed]. Since a normal day cannot be divided into a whole number of such shifts, a 24-hour clock is displayed above the shift clock to give the actual time of day.

In the episode of The Simpsons, "They Saved Lisa's Brain", the members of Springfield's Mensa make changes to their town, including the implementation of using "metric time" to determine the time of day. Dr. Hibbert comments that the time is "eighty past ten". Using "metric time" to indicate decimal time, Principal Skinner comments that the city's trains are not only running on time, but they are running on metric time, while looking at an analog clock with numbers 1–10.[6]

In the original Battlestar Galactica television series, both the Colonials and the Cylon Alliance employed a decimal time system. An are was an equivalent of an hour but was nearly twice as long. A centon was 1/100th of an are, in the same order of magnitude as a minute. A micron [sic] was 1/1000 of an are, on the same order of magnitude as a second. A centare was 100 are units and represented the same order of magnitude of time as a week. A yahren was 100 centare units and represented the same order of magnitude as a year. Usage of these terms was not always consistent. In the pilot, "Saga of a Star World," Lew Ayres as President Adar used the term "years." And occasionally, the terms above were used inconsistently, or other time terms were used in place of those listed above which seemed to be the same as one of those defined above. (e.g. - Secton)

The Warhammer 40,000 science fiction wargame universe uses a dating system that includes a year fraction, dividing the year into 1,000 equal parts (just over 8 hours each). Dates include an optional accuracy specifier, year fraction, year and millenium so you see dates like 0123456.M41, which would be the decimal year 40456.123 with an accuracy of 0 (on earth).[7]

Other decimal times

Numerous individuals have proposed variations of decimal time, dividing the day into different numbers of units and subunits with different names. Most are based upon fractional days, so that one decimal time format may be easily converted into another, such that all the following are equivalent:

  • 0.500 fractional day
  • 5h 0m French decimal time
  • @500 Swatch Internet Time
  • 50.0 centidays
  • 500 millidays
  • 50.0% Percent Time
  • 12:00 Standard Time

Some decimal time proposals are based upon alternate units of metric time. The difference between metric time and decimal time is that metric time defines units for measuring time interval, as measured with a stopwatch, and decimal time defines the time of day, as measured by a clock. Just as standard time uses the metric time unit of the second as its basis, proposed decimal time scales may use alternative metric units.

See also

References

  1. ^ Nachum Dershowitz, Edward M. Reingold, Calendrical calculations, page 207
  2. ^ Joseph Needham, Ling Wang, and Derek John de Solla Price Heavenly clockwork: the great astronomical clocks of medieval China (Cambridge: Cambridge University Press, 1986) 199-202, ISBN 0521322766.]
  3. ^ Jean-Claude Martzloff, "Chinese mathematical astronomy", in Helaine Selin, ed., Mathematics across cultures (Dordrecht: Kluwer, 2000) 373–407, p.393, ISBN 0-7923-6481-3.
  4. ^ K. Yabuuti [Kiyoshi Yabuuchi], "Astronomical tables in China, from the Wutai to the Ch'ing dynasties", in Japanese Studies in the History of Science no. 2 (1963) 94–100.
  5. ^ Swatch Internet Time
  6. ^ "They Saved Lisa's Brain". The Simpsons. FOX. 1999-05-09. No. 22, season 10.
  7. ^ Warhammer 40,000 3rd Edition Rulebook

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • Decimal Birthday — A decimal birthday is celebrated using the decimal (base ten) numeral system.Decimal birthdays can be celebrated using any time unit (years, months, days, hours, minutes, seconds), however the most common form of celebration uses days. The main… …   Wikipedia

  • Decimal calendar — A decimal calendar contains either ten days per week, a multiple of ten days in a month, or ten months per year. Examples that have been adopted are the calendar of Romulus, the Egyptian calendar, the Alexandrian calendar, the Coptic calendar,… …   Wikipedia

  • Time from NPL — Map showing the location of the Anthorn VLF transmitter within Cumbria …   Wikipedia

  • Time Within Time: The Diaries 1970–1986 — Time Within Time: The Diaries 1970 1986   …   Wikipedia

  • Decimal Day — An introductory pack of the new currency. Decimal Day (15 February 1971) was the day the United Kingdom and Ireland decimalised their currencies. Contents 1 …   Wikipedia

  • Decimal representation — This article gives a mathematical definition. For a more accessible article see Decimal. A decimal representation of a non negative real number r is an expression of the form of a series, traditionally written as a sum where a0 is a nonnegative… …   Wikipedia

  • Time t — The time t datatype is a data type in the ISO C library defined for storing system time values. Such values are returned from the standard time() library function. This type is a typedef defined in the standard lt;time.h gt; header. ISO C defines …   Wikipedia

  • Decimal birthday — A decimal birthday is celebrated using the decimal (base ten) numeral system. This form of celebration has become more popular since the widespread use of computers and the internet which have made the calculation of the decimal birthday easier… …   Wikipedia

  • Time — This article is about the measurement. For the magazine, see Time (magazine). For other uses, see Time (disambiguation). The flow of sand in an hourglass can be used to keep track of elapsed time. It also concretely represents the present as… …   Wikipedia

  • Time code — A time code is a sequence of numeric codes generated at regular intervals by a timing system. Time codes are used extensively for synchronization, and for logging material in recorded media. SOM is also a related term (in the broadcast industry)… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”