mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
12 lines
498 B
Plaintext
12 lines
498 B
Plaintext
The lunar program performs date conversion between the Gregorian Solar
|
|
Calendar (SC) and the Chinese Lunar Calendar (LC).
|
|
|
|
Given a date in either calendar, the program also outputs the corresponding
|
|
"shengxiao" (animal of the year) and "ganzhi" characters.
|
|
|
|
The date range currently covered is from about 1900 A.D. to 2049 A.D.
|
|
|
|
The standard time of the Lunar Calendar is Beijing (Hong Kong) Standard Time,
|
|
not GMT. Be sure to adjust appropriately for other time zones and "Daylight
|
|
Saving Time".
|