Xuanming calendar

The Xuanming calendar (宣明历), also known as Senmyō-reki or Senmei-reki[1] in its Japanese version, was a Chinese lunisolar calendar. It was used in China during the 9th century as well as in the Koryo kingdom in Korea; in Japan it remained in use from the late-9th century to the late-17th century.[2]

History

China

The Xuanming calendar was one of several calendars developed during the Tang dynasty. It was implemented in 822 and was used until 892, a period of 71 years.[3]

Japan

The calendar was imported into Japan in 859. The earliest record of this calendar being used in Japan is in the 8th month of the 3rd year of Jōgan (861) during the reign of the Emperor Seiwa.[4] It would continue to be used until 1685, after which it would be superseded by the Jōkyō calendar, the first calendar developed specifically for Japan; by that point the calendar was in error by about two days.

gollark: You can also play exciting open-source games like Minetest, Dwarf Fortress and OpenTTD.
gollark: I guess you could have... self-runnable python packages too?```bash#!/bin/shpython3 $0exit```
gollark: Shellscripts execute line-by-line, so if you stick a ZIP on the end and do something like```bash#!/bin/shunzip $0exit```then the shell won't complain about the random binary data at the end of the script.
gollark: I'm not sure if this has much of an actual application, but it's neat. You can do similar stuff with zips to make self-extracting archives.
gollark: ```osmarks@fenrir /tmp> cat __main__.py print("Hello, World!")osmarks@fenrir /tmp> zip test.zip __main__.py adding: __main__.py (stored 0%)osmarks@fenrir /tmp> python3 logo96.png File "logo96.png", line 1SyntaxError: Non-UTF-8 code starting with '\x89' in file logo96.png on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for detailsosmarks@fenrir /tmp [1]> cat test.zip >> logo96.pngosmarks@fenrir /tmp> python3 logo96.pngHello, World!osmarks@fenrir /tmp> unzip -l logo96.pngArchive: logo96.pngwarning [logo96.png]: 341 extra bytes at beginning or within zipfile (attempting to process anyway) Length Date Time Name--------- ---------- ----- ---- 23 2020-07-02 15:25 __main__.py--------- ------- 23 1 file```

See also

References

  1. Nussbaum, Louis-Frédéric. (2005). "Semmei-reki" in Japan Encyclopedia, at p. 840.
  2. Orchiston, Wayne; Nakamura, Tsukao; Strom, Richard. (2011). Highlighting the history of astronomy in the Asia-Pacific Region, p. 159.
  3. Needham, Joseph. (1959). Science and civilisation in China, Mathematics and the sciences of the heavens and the earth, Vol. 3, p. 391 note d.
  4. Japan, Monbushō. (1876). An outline history of Japanese education: prepared for the Philadelphia International Exhibition, 1876, p. 160.

Further reading

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.