1. 补充农历覆盖到公元前104年

2. 修正时区导致的计算问题
This commit is contained in:
2025-09-15 23:40:09 +08:00
parent d6b6452304
commit 3389c33cb5
6 changed files with 29 additions and 13 deletions
+1
View File
@@ -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,