1. 补充农历覆盖到公元前104年
2. 修正时区导致的计算问题
This commit is contained in:
@@ -393,6 +393,7 @@ func innerSolarToLunarLiaoJinYuan(date Time) Time {
|
||||
if year >= 947 && year <= 1279 {
|
||||
lyear, lmonth, ganzhiMonth, lday, isLeap, ldesc := rapidLunarHan2Qing(year, month, day, 0, liaoJinYuanCals)
|
||||
date.lunars = append(date.lunars, LunarTime{
|
||||
solarDate: date.Solar(),
|
||||
year: lyear,
|
||||
month: lmonth,
|
||||
day: lday,
|
||||
|
||||
Reference in New Issue
Block a user